chiark / gitweb /
disorder-playrtp now includes timestamps in its log output (which
[disorder] / clients / playrtp.c
index c6f0ad9ee2a9d3c0ca574cfa5f2cee6b1ca59e11..f566409fa4d9e6243a44a5839587f2dd6464f0d8 100644 (file)
@@ -592,6 +592,9 @@ int main(int argc, char **argv) {
     .ai_protocol = IPPROTO_UDP
   };
 
+  /* Timing information is often important to debugging playrtp, so we include
+   * timestamps in the logs */
+  logdate = 1;
   mem_init();
   if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale");
   backend = uaudio_apis[0];