check_load.c: Fix clang format warning
See,
check_load.c:163:56: warning: format specifies type 'char *' but the argument
has type 'int' [-Wformat]
...printf (_("could not parse load from uptime: %s\n"), result, PATH_TO_UPT...
~~ ^~~~~~
%d
check_load.c:163:64: warning: data argument not used by format string
[-Wformat-extra-args]
...printf (_("could not parse load from uptime: %s\n"), result, PATH_TO_UPT...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
../config.h:1909:24: note: expanded from macro 'PATH_TO_UPTIME'
^
2 warnings generated.