Fix up a few more logs not using our macros

This commit is contained in:
Marc Di Luzio
2019-02-06 19:18:08 +00:00
parent 3ae26596bc
commit 66cc9e10f2
2 changed files with 14 additions and 15 deletions

View File

@@ -79,7 +79,7 @@ int main(int argc, char *argv[])
/* Must be root to set the state */
if (geteuid() != 0) {
fprintf(stderr, "This program must be run as root\n");
LOG_ERROR("This program must be run as root\n");
return EXIT_FAILURE;
}