summaryrefslogtreecommitdiffstats
path: root/sesman/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/env.c')
-rw-r--r--sesman/env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/env.c b/sesman/env.c
index 11c8e2bf..5ea4beb9 100644
--- a/sesman/env.c
+++ b/sesman/env.c
@@ -71,8 +71,8 @@ env_check_password_file(const char *filename, const char *passwd)
if (fd == -1)
{
log_message(LOG_LEVEL_WARNING,
- "can't write vnc password hash file - %s",
- filename);
+ "Cannot write VNC password hash to file %s: %s",
+ filename, g_get_strerror());
return 1;
}
g_file_write(fd, encryptedPasswd, 8);