summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.h
diff options
context:
space:
mode:
authorBreadFish64 <mohror64@gmail.com>2019-12-24 21:19:18 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-01-23 23:08:05 +0100
commita31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376 (patch)
tree124b9f967df80d15379059dccd256903463bfa29 /src/common/logging/backend.h
parentMerge pull request #3341 from bunnei/time-posix-myrule (diff)
downloadyuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.tar
yuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.tar.gz
yuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.tar.bz2
yuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.tar.lz
yuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.tar.xz
yuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.tar.zst
yuzu-a31ed02ae48eaeb3ee6ac1c45f21d5dd3a9ac376.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h
index fca0267a1..fc338c70d 100644
--- a/src/common/logging/backend.h
+++ b/src/common/logging/backend.h
@@ -23,7 +23,7 @@ struct Entry {
std::chrono::microseconds timestamp;
Class log_class;
Level log_level;
- std::string filename;
+ const char* filename;
unsigned int line_num;
std::string function;
std::string message;