Log empty hops.

This commit is contained in:
David Given 2016-10-14 23:19:25 +02:00
parent 4f2177e41f
commit 886adb86d7

View file

@ -178,7 +178,14 @@ void hop_print(char k, struct hop* hop)
hop_render(hop);
print_header(k, hop);
p = strtok(buffer, "\n");
if (!p)
{
print_header(k, hop);
tracef(k, "\n");
}
while (p)
{
print_header(k, hop);