--- hylafax-v4.0pl2/faxd/FaxSend2.c++	Tue Dec 19 15:54:44 2000
+++ hylafax-v4.0pl2/faxd/FaxSend.c++	Tue Dec 19 16:05:06 2000
@@ -111,7 +111,12 @@
      */
     if (tts != requeueOther)
 	fax.tts = Sys::now() + tts;
-    traceServer("SEND FAILED: %s", notice);
+	traceServer("SEND FAILED: JOB %s DEST %s ERR %s"
+		, (const char*) fax.jobid
+            	, (const char*) fax.external
+            	, (const char*) notice
+        );
+
 }
 
 /*
