X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsubst.c;fp=webcit%2Fsubst.c;h=02ef070c683b02bdcfebdc24d65c4d1690fb4411;hp=e9955a05d51060d1291a569e91ae522a5fbd012b;hb=b3261cb6bd37bf9a5da60e07aa1762741a88629e;hpb=8fa72a64be9fe62fe40dfe8301cbcbca0fc44b79 diff --git a/webcit/subst.c b/webcit/subst.c index e9955a05d..02ef070c6 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -898,7 +898,7 @@ int GetNextParameter(StrBuf *Buf, StrBufPeek(Buf, pch, -1, '\0'); if (LoadTemplates > 1) { syslog(1, - "DBG: got param [%s] %d %d\n", + "DBG: got param [%s] "SIZE_T_FMT" "SIZE_T_FMT"\n", pchs, pche - pchs, strlen(pchs) ); }