log show time

This commit is contained in:
Michael Davidsaver
2020-02-03 14:57:50 -08:00
parent e4d2ba5c69
commit 80dacb895e
7 changed files with 70 additions and 22 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
std::cout<<" "<<iface<<"\n";
}
log_printf(app, Info, "Running\n");
log_printf(app, Info, "Running\n%s", "");
serv.run();
}catch(std::exception& e){