* don't send cookies with static data; we don't know what to put in them here.
[citadel.git] / webcit / context_loop.c
index 93e7a5f824ee925aa1e66ee5c117c9f5ccac57cb..de41b1dba2f4b4c107151dd8385f151d29aec8e9 100644 (file)
@@ -460,7 +460,7 @@ void context_loop(int *sock)
                /* How long did this transaction take? */
                gettimeofday(&tx_finish, NULL);
                
-               lprintf(9, "Transaction [%s] completed in %ld.%06ld seconds.\n",
+               lprintf(9, "SL: Transaction [%s] completed in %ld.%06ld seconds.\n",
                        ChrPtr(Hdr.this_page),
                        ((tx_finish.tv_sec*1000000 + tx_finish.tv_usec) - (tx_start.tv_sec*1000000 + tx_start.tv_usec)) / 1000000,
                        ((tx_finish.tv_sec*1000000 + tx_finish.tv_usec) - (tx_start.tv_sec*1000000 + tx_start.tv_usec)) % 1000000