*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Tue, 24 May 2005 04:03:47 +0000 (04:03 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 24 May 2005 04:03:47 +0000 (04:03 +0000)
citadel/msgbase.c

index 1deab8717c80d3ca39f0f0b6ef6bad1817aeedd4..b8ac0567d877edaa409140c6ef69408f19a26404 100644 (file)
@@ -2160,7 +2160,7 @@ long CtdlSubmitMsg(struct CtdlMessage *msg,       /* message to save */
        }
 
        /* Bump this user's messages posted counter. */
-       lprintf(CTDL_DEBUG, "Updating user (FIXME defer this)\n");
+       lprintf(CTDL_DEBUG, "Updating user\n");
        lgetuser(&CC->user, CC->curr_user);
        CC->user.posted = CC->user.posted + 1;
        lputuser(&CC->user);