The unified diff between revisions [22bbe895..] and [b02ba662..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'dbutil.c'

#
#
# patch "dbutil.c"
#  from [d69f7460629fd3d9a94d82f9f5f42198a5a8509e]
#    to [c01c408da0a9cd280559a07bb62cf805a381c482]
#
============================================================
--- dbutil.c	d69f7460629fd3d9a94d82f9f5f42198a5a8509e
+++ dbutil.c	c01c408da0a9cd280559a07bb62cf805a381c482
@@ -146,7 +146,7 @@ void dropbear_trace(const char* format,
 	}

 	va_start(param, format);
-	fprintf(stderr, "TRACE: ");
+	fprintf(stderr, "TRACE (%d): ", getpid());
 	vfprintf(stderr, format, param);
 	fprintf(stderr, "\n");
 	va_end(param);