mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Moves signal overrride warnings to it's own log file (#70034)
I'm tired of seeing it in the runtime log. If the signals_log file exists, that means something needs to be fixed. Enjoy. admin: Moved signal overriden stack_trace warnings to it's own log file.
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
|
||||
for(var/sig_type in (islist(sig_type_or_types) ? sig_type_or_types : list(sig_type_or_types)))
|
||||
if(!override && target_procs[sig_type])
|
||||
stack_trace("[sig_type] overridden. Use override = TRUE to suppress this warning")
|
||||
log_signal("[sig_type] overridden. Use override = TRUE to suppress this warning.\nTarget: [target] ([target.type]) Proc: [proctype]")
|
||||
|
||||
target_procs[sig_type] = proctype
|
||||
var/list/looked_up = lookup[sig_type]
|
||||
|
||||
Reference in New Issue
Block a user