]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Sat, 28 May 2005 04:03:42 +0000 (04:03 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 28 May 2005 04:03:42 +0000 (04:03 +0000)
citadel/serv_imap.c

index d812d671b9089b1986fc5300bfd416d2996e3363..bdd85821e6cb63786970acb697fb04e5d5f0eb8a 100644 (file)
@@ -713,7 +713,8 @@ int imap_do_expunge(void)
                imap_rescan_msgids();
        }
 
-       lprintf(CTDL_DEBUG, "Expunged %d messages.\n", num_expunged);
+       lprintf(CTDL_DEBUG, "Expunged %d messages from <%s>\n",
+               num_expunged, CC->room.QRname);
        return (num_expunged);
 }