Log empty hops.
This commit is contained in:
parent
4f2177e41f
commit
886adb86d7
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue