mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[7151] Startup log cleanup and beautification.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
34fc995ef9
commit
9bede601a2
10 changed files with 289 additions and 160 deletions
|
|
@ -84,7 +84,8 @@ bool LoadScriptingModule(char const* libName)
|
|||
return false;
|
||||
}
|
||||
|
||||
printf("Scripts Library %s was successfully loaded.\n",name.c_str());
|
||||
sLog.outString();
|
||||
sLog.outString( ">>> Scripts Library %s was successfully loaded.\n", name.c_str() );
|
||||
|
||||
//heh we are still there :P we have a valid library
|
||||
//we reload script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue