summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r--sesman/scp_v0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c
index b6206f3e..81de47ec 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -83,7 +83,7 @@ scp_v0_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s)
if (serverpid < 0) {
// Session NOT already running
if (s_item != 0) {
- log_message(&(g_cfg->log), LOG_LEVEL_INFO, "++ [FIXME] scp claimed there was an active session, but the authoritative RAPTOR database disagrees: username %s", s->username);
+ log_message( LOG_LEVEL_INFO, "++ [FIXME] scp claimed there was an active session, but the authoritative RAPTOR database disagrees: username %s", s->username);
}
s_item = 0;
}