mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
dump basics to stdout on other platforms
This commit is contained in:
parent
927aeb15f6
commit
5090e95003
1 changed files with 2 additions and 0 deletions
2
one.cpp
2
one.cpp
|
@ -1149,6 +1149,8 @@ static int cli(int argc,char **argv)
|
|||
}
|
||||
write(fd, dump.str().c_str(), dump.str().size());
|
||||
close(fd);
|
||||
#else
|
||||
fprintf(stderr, "%s", dump.str().c_str());
|
||||
#endif
|
||||
|
||||
// fprintf(stderr, "%s\n", dump.str().c_str());
|
||||
|
|
Loading…
Add table
Reference in a new issue