diff options
author | bunnei <bunneidev@gmail.com> | 2015-02-08 04:26:09 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-02-08 04:26:09 +0100 |
commit | 126c8257b405d3dc4867bf20b002464d769fb5bd (patch) | |
tree | 2d6b16bcf5828c917ba55c5834d2b53fbb0cacf2 | |
parent | Merge pull request #541 from lioncash/nits (diff) | |
parent | Fix a wrong file name in a comment (diff) | |
download | yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.tar yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.tar.gz yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.tar.bz2 yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.tar.lz yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.tar.xz yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.tar.zst yuzu-126c8257b405d3dc4867bf20b002464d769fb5bd.zip |
-rw-r--r-- | src/common/logging/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 3d94bf0d9..897ef36b8 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -32,7 +32,7 @@ typedef u8 ClassType; /** * Specifies the sub-system that generated the log message. * - * @note If you add a new entry here, also add a corresponding one to `ALL_LOG_CLASSES` in log.cpp. + * @note If you add a new entry here, also add a corresponding one to `ALL_LOG_CLASSES` in backend.cpp. */ enum class Class : ClassType { Log, ///< Messages about the log system itself |