update log statement for win32

This commit is contained in:
Jeff Becker 2021-09-24 12:51:31 -04:00
parent 2d5faccb9f
commit 1b06e263fb
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

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