Fix args to printfy
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Aug 2009 07:47:19 +0000 (09:47 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Aug 2009 07:47:19 +0000 (09:47 +0200)
src/main/mainconfig.c

index fa7676b..3d9d38e 100644 (file)
@@ -626,7 +626,7 @@ static int switch_users(CONF_SECTION *cs)
                        close(fd);
                
                        if (chown(mainconfig.log_file, server_uid, server_gid) < 0) {
-                         fprintf(stderr, "%s: Cannot change ownership of log file: %s\n", 
+                         fprintf(stderr, "%s: Cannot change ownership of log file %s: %s\n", 
                                  progname, mainconfig.log_file, strerror(errno));
                          return 0;
                        }