Browse Source

LOGNAME

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3021/head
crueter 3 months ago
parent
commit
00472daafa
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 3
      src/common/logging/backend.cpp

3
src/common/logging/backend.cpp

@ -116,6 +116,9 @@ public:
if (s == nullptr) if (s == nullptr)
s = getenv("USERNAME"); s = getenv("USERNAME");
if (s == nullptr)
s = getenv("LOGNAME");
if (s == nullptr) if (s == nullptr)
return ""; return "";

Loading…
Cancel
Save