fixed indentation of debug output
This commit is contained in:
@@ -115,6 +115,7 @@ static void pluto_dbg(int level, char *fmt, ...)
|
|||||||
|
|
||||||
if (log_to_stderr)
|
if (log_to_stderr)
|
||||||
{
|
{
|
||||||
|
fprintf(stderr, "| ");
|
||||||
vfprintf(stderr, fmt, args);
|
vfprintf(stderr, fmt, args);
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user