summaryrefslogtreecommitdiffstats
path: root/sesman/tools/sestest.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-06-04 01:11:16 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-06-04 01:11:16 -0700
commit5cd7e29a9fa69c8b1b6c3a3ca8ebf8a9966a2492 (patch)
treea47661f16bcd913652a2a6d671e71884a79046f8 /sesman/tools/sestest.c
parentaf1b96b3d2dd4c7fb3d15b278e2fbbb6bcc9065e (diff)
parent4d4ebbf3632bed609b41a9d36969c08d36791417 (diff)
downloadxrdp-proprietary-5cd7e29a9fa69c8b1b6c3a3ca8ebf8a9966a2492.tar.gz
xrdp-proprietary-5cd7e29a9fa69c8b1b6c3a3ca8ebf8a9966a2492.zip
Merge remote branch 'syslog3/syslog3'
Diffstat (limited to 'sesman/tools/sestest.c')
-rw-r--r--sesman/tools/sestest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/tools/sestest.c b/sesman/tools/sestest.c
index 4382e160..1ba119e0 100644
--- a/sesman/tools/sestest.c
+++ b/sesman/tools/sestest.c
@@ -34,7 +34,7 @@ int main(int argc, char** argv)
log.log_level=99;
log.program_name=g_strdup("sestest");
log.log_file=g_strdup("sestest.log");
- log_start(&log);
+ log_start_from_param(&log);
scp_init(&log);
sock=g_tcp_socket();