Testsuite: tidy debug
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 7 Jun 2020 14:27:12 +0000 (15:27 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 7 Jun 2020 14:27:12 +0000 (15:27 +0100)
test/src/server.c

index c1f1ecf2171c173b8908b59f5b73c53cd63dabc0..94cd3a8b2dcfa06c5fc45025dbecca46fab3c56c 100644 (file)
@@ -279,7 +279,7 @@ if (initial_pause > 0)
 
 if (port == 0)  /* Unix domain */
   {
-  if (debug) printf("%l: Creating Unix domain socket\n", (long) time(NULL));
+  if (debug) printf("%ld: Creating Unix domain socket\n", (long) time(NULL));
   listen_socket[udn] = socket(PF_UNIX, SOCK_STREAM, 0);
   if (listen_socket[udn] < 0)
     {