Skip to content

Commit 8f9db8f

Browse files
committed
Use general logging channel
1 parent b9f3c07 commit 8f9db8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multiaddonmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void Message(const char *msg, ...)
5353
char buf[1024] = {};
5454
V_vsnprintf(buf, sizeof(buf) - 1, msg, args);
5555

56-
LoggingSystem_Log(0, LS_MESSAGE, Color(0, 255, 200), "[MultiAddonManager] %s", buf);
56+
LoggingSystem_Log(2, LS_MESSAGE, Color(0, 255, 200), "[MultiAddonManager] %s", buf);
5757

5858
va_end(args);
5959
}

0 commit comments

Comments
 (0)