]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Untangled the hashloading of VTDODO with the hashloading of VEVENT items. Some chang...
[citadel.git] / webcit / webcit.h
index 3cc08f415a902666d0a76fee5ad234c159bb6de5..dc6fe813375a869d68861526180370ec7a732898 100644 (file)
@@ -128,7 +128,7 @@ extern char *ssl_cipher_list;
 
 #define SIZ                    4096            /* generic buffer size */
 
-#define TRACE syslog(LOG_DEBUG, "CHECKPOINT: %s, %d", __FILE__, __LINE__)
+#define TRACE syslog(LOG_DEBUG, "\033[3%dmCHECKPOINT: %s:%d\033[0m", ((__LINE__%6)+1), __FILE__, __LINE__)
 
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */