X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fextnotify%2Fextnotify_main.c;fp=citadel%2Fmodules%2Fextnotify%2Fextnotify_main.c;h=aa85ab610fdc9d05317f588bf7632ad1d9320069;hb=0428f9c321bffd2afbd5c41c1170b74d240a5c64;hp=2bdf8f0a67d2be3e7991094803b47faf5dfe070c;hpb=2e7451798e995a31de43756aa8103f399f2143c7;p=citadel.git diff --git a/citadel/modules/extnotify/extnotify_main.c b/citadel/modules/extnotify/extnotify_main.c index 2bdf8f0a6..aa85ab610 100644 --- a/citadel/modules/extnotify/extnotify_main.c +++ b/citadel/modules/extnotify/extnotify_main.c @@ -447,6 +447,6 @@ CTDL_MODULE_INIT(extnotify) create_extnotify_queue(); CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER); } - /* return our Subversion id for the Log */ + /* return our module name for the log */ return "extnotify"; }