update log statement for win32

pull/1638/head
Jeff Becker 3 years ago
parent 2d5faccb9f
commit 1b06e263fb
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -500,7 +500,7 @@ namespace llarp::vpn
void
Execute(std::string cmd) const
{
LogInfo(cmd);
llarp::LogInfo("exec: ", cmd);
::system(cmd.c_str());
}

Loading…
Cancel
Save