X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Finstmsg%2Fserv_instmsg.c;h=fb74d9716863572b9538fba4c4c89ffb423b40c9;hp=a7503133bf60bf8e2969fb2fe52e579542add22b;hb=0428f9c321bffd2afbd5c41c1170b74d240a5c64;hpb=2e7451798e995a31de43756aa8103f399f2143c7 diff --git a/citadel/modules/instmsg/serv_instmsg.c b/citadel/modules/instmsg/serv_instmsg.c index a7503133b..fb74d9716 100644 --- a/citadel/modules/instmsg/serv_instmsg.c +++ b/citadel/modules/instmsg/serv_instmsg.c @@ -606,6 +606,6 @@ CTDL_MODULE_INIT(instmsg) CtdlRegisterSessionHook(instmsg_shutdown, EVT_SHUTDOWN); } - /* return our Subversion id for the Log */ + /* return our module name for the log */ return "instmsg"; }