Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Nov 17, 2024
1 parent 618e223 commit e7e91f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/log/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class String;
PLogger::log_important(__FUNCTION__, __FILE__, __LINE__, str);

#define PLOG_CUSTOM(category, level, str) \
PLogger::log_important(category, level, __FUNCTION__, __FILE__, __LINE__, str);
PLogger::log_custom(category, level, __FUNCTION__, __FILE__, __LINE__, str);

class PLogger : public Object {
public:
Expand Down

0 comments on commit e7e91f7

Please sign in to comment.