* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_test.c
index f3bf3c59cdb12f2c8d0133ad260fb2d4d1934f0a..c79e6aace2f60098956ed0db00df166148867691 100644 (file)
@@ -72,5 +72,7 @@ char *serv_test_init(void)
    CtdlRegisterSessionHook(SessionStartTest, EVT_START);
    CtdlRegisterSessionHook(SessionStopTest, EVT_STOP);
    CtdlRegisterSessionHook(LoginTest, EVT_LOGIN);
+
+   /* return our Subversion id for the Log */
    return "$Id$";
 }