add more info to log prefixes

This commit is contained in:
Martin Michelsen
2023-10-29 18:29:34 -07:00
parent 5ff2694ded
commit 47198779b7
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ CatSession::CatSession(
GameVersion version,
shared_ptr<const PSOBBEncryption::KeyFile> bb_key_file)
: Shell(base),
log("[CatSession] ", proxy_server_log.min_level),
log(string_printf("[CatSession:%s] ", name_for_version(version)), proxy_server_log.min_level),
channel(
version,
1,