diff options
author | jsorg71 <jsorg71> | 2009-08-05 06:16:05 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-08-05 06:16:05 +0000 |
commit | eeac7c938a7602f4e471181aa62b18c206105de8 (patch) | |
tree | 8aefb09f38b9215394baf9806841c07203994177 /xrdp/xrdp_login_wnd.c | |
parent | 3cfea6a9596269cf1a0e308ea6653905fa3702bb (diff) | |
download | xrdp-proprietary-eeac7c938a7602f4e471181aa62b18c206105de8.tar.gz xrdp-proprietary-eeac7c938a7602f4e471181aa62b18c206105de8.zip |
add extended log output
Diffstat (limited to 'xrdp/xrdp_login_wnd.c')
-rw-r--r-- | xrdp/xrdp_login_wnd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/xrdp_login_wnd.c b/xrdp/xrdp_login_wnd.c index 6ac8e11d..989c2667 100644 --- a/xrdp/xrdp_login_wnd.c +++ b/xrdp/xrdp_login_wnd.c @@ -401,6 +401,10 @@ xrdp_wm_login_fill_in_combo(struct xrdp_wm* self, struct xrdp_bitmap* b) section_values->auto_free = 1; g_snprintf(cfg_file, 255, "%s/xrdp.ini", XRDP_CFG_PATH); fd = g_file_open(cfg_file); /* xrdp.ini */ + if (fd < 1) + { + g_writeln("Could not read xrdp ini file %s", cfg_file); + } file_read_sections(fd, sections); for (i = 0; i < sections->count; i++) { |