mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Fixed bug in ping cmdline debug output.
This commit is contained in:
parent
c1772cbca6
commit
8cd79df272
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -236,7 +236,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if (dbglevel) {
|
if (dbglevel) {
|
||||||
xs *j = xs_json_dumps_pp(msg, 4);
|
xs *j = xs_json_dumps_pp(msg, 4);
|
||||||
printf("%s\n", msg);
|
printf("%s\n", j);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue