Skip to content

Commit a7e6592

Browse files
bjoernricksgreenbonebot
authored andcommitted
Change log message about the current working directory
Be more precise about the purpose of the log message. The current working directory just got changed and the old message is confusing with `--api-only` mode. Also just treat is a debug message.
1 parent fbd58fd commit a7e6592

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/gsad.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,7 @@ chroot_drop_privileges (gboolean do_chroot, const gchar *drop, const gchar *dir)
13121312
g_critical ("failed to change to \"%s\": %s", dir, strerror (errno));
13131313
return 1;
13141314
}
1315-
g_info ("Serving from directory %s"
1316-
"",
1317-
dir);
1315+
g_debug ("Working directory is %s", dir);
13181316
}
13191317

13201318
return 0;

0 commit comments

Comments
 (0)