Use correct macro
authorAlan T. DeKok <aland@freeradius.org>
Wed, 18 Feb 2015 13:26:08 +0000 (08:26 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 18 Feb 2015 13:26:08 +0000 (08:26 -0500)
src/main/command.c

index 963ab37..9c92aa5 100644 (file)
@@ -299,8 +299,8 @@ static int fr_server_domain_socket_peercred(char const *path, uid_t UNUSED uid,
 #if !defined(HAVE_OPENAT) || !defined(HAVE_MKDIRAT) || !defined(HAVE_UNLINKAT)
 static int fr_server_domain_socket_perm(UNUSED char const *path, UNUSED uid_t uid, UNUSED gid_t gid)
 {
-       fr_error_printf("Unable to initialise control socket.  Set peercred = yes or update to "
-                       "POSIX-2008 compliant libc");
+       ERROR("Unable to initialise control socket.  Set peercred = yes or update to "
+             "POSIX-2008 compliant libc");
        return -1;
 }
 #else