You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log file name is buggy (start with many 'Ý' on my windows machine), when InitGoogleLogging is passed more than just argv[0], like in my case, the program name + " " + a version string. I guess white spaces aren't expected. A std::string overload would be nice anyway.
The text was updated successfully, but these errors were encountered:
The log file name is buggy (start with many 'Ý' on my windows machine), when InitGoogleLogging is passed more than just argv[0], like in my case, the program name + " " + a version string. I guess white spaces aren't expected. A
std::string
overload would be nice anyway.The text was updated successfully, but these errors were encountered: