X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdatabase.c;fp=citadel%2Fdatabase.c;h=3f5123f0189b7ed2334fff56b92ce7d2cf096e71;hp=0db5c38fed48ec8590bff00e18def79c9caca0c5;hb=1493fd8ff0de73d30336607b43b1c8113ffcffa2;hpb=931ed7a4e3bdf272f135b1cee2665cdea43ce7c2 diff --git a/citadel/database.c b/citadel/database.c index 0db5c38fe..3f5123f01 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -889,8 +889,8 @@ int SeentDebugEnabled = 0; #define DBGLOG(LEVEL) if ((LEVEL != LOG_DEBUG) || (SeentDebugEnabled != 0)) #define SEENM_syslog(LEVEL, FORMAT) \ DBGLOG(LEVEL) syslog(LEVEL, \ - "IO[%ld]CC[%ld] SEEN[%s][%d] " FORMAT, \ - ioid, ccid, Facility, cType) + "%s[%ld]CC[%ld] SEEN[%s][%d] " FORMAT, \ + IOSTR, ioid, ccid, Facility, cType) time_t CheckIfAlreadySeen(const char *Facility, StrBuf *guid,