Untangled the hashloading of VTDODO with the hashloading of VEVENT items. Some chang...
[citadel.git] / webcit / webcit.h
index b5f51cca2cdba8fd7f3bd013c5d8db23c2d9ab87..9872800b42b140dccbb5964fdd2e8f81952342bf 100644 (file)
@@ -132,7 +132,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 */