mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
[10090] Really output log level at ".server log level" command.
This commit is contained in:
parent
8e6410d639
commit
9d8dd578ca
2 changed files with 2 additions and 2 deletions
|
|
@ -593,7 +593,7 @@ bool ChatHandler::HandleServerLogLevelCommand(const char *args)
|
|||
{
|
||||
if(!*args)
|
||||
{
|
||||
PSendSysMessage("Log level: %u");
|
||||
PSendSysMessage("Log level: %u", sLog.GetLogLevel());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10089"
|
||||
#define REVISION_NR "10090"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue