more tiny merge misses
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
index e18ebd0243c3655529c9a837cfd916893b67dd42..cec2f9bd0c1d21a1f1b3e3e65b4fac8e50318b1e 100644 (file)
@@ -1001,9 +1001,8 @@ CTDL_MODULE_INIT(smtp_client)
                CtdlRegisterSessionHook(smtp_do_queue, EVT_TIMER);
                CtdlRegisterProtoHook(cmd_smtp, "SMTP", "SMTP utility commands");
        }
-       
 #endif
-       /* return our Subversion id for the Log */
-       return "smtpclient";
+       /* return our module name for the log */
+       return "smtp";
 }