1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix windows native console

This commit is contained in:
Rick V 2019-06-17 23:38:10 -05:00
parent c6c31efec9
commit 0b1e3ce959
No known key found for this signature in database
GPG key ID: C0EDC8723FDC3465

View file

@ -60,7 +60,8 @@ namespace llarp
ss << "[ERR] ";
break;
}
ss << "(" << thread_id_string() << ") " << log_timestamp() << " " << fname
ss << "[" << nodename << "]"
<< "(" << thread_id_string() << ") " << log_timestamp() << " " << fname
<< ":" << lineno << "\t";
}
else