mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
make LANGSANI debug dependent (#8057)
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
//print a testing-mode debug message to world.log
|
//print a testing-mode debug message to world.log
|
||||||
/proc/testing(msg)
|
/proc/testing(msg)
|
||||||
to_world_log("## TESTING: [msg]")
|
if (config.log_debug) //CHOMPEdit
|
||||||
|
to_world_log("## TESTING: [msg]")
|
||||||
|
|
||||||
/proc/log_admin(text)
|
/proc/log_admin(text)
|
||||||
admin_log.Add(text)
|
admin_log.Add(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user