Skip to content

Commit 13d9e97

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. Re-apply commit a7e6592 after it could accidentally overwritten due to a merge.
1 parent 4615f9a commit 13d9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gsad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ chroot_drop_privileges (gboolean do_chroot, const gchar *drop, const gchar *dir)
13051305
g_critical ("failed to change to \"%s\": %s", dir, strerror (errno));
13061306
return 1;
13071307
}
1308-
g_info ("Serving from directory %s", dir);
1308+
g_debug ("Working directory is %s", dir);
13091309
}
13101310

13111311
if (user_pw)

0 commit comments

Comments
 (0)