mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
e867030c2e
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
/proc/log_subsystem_fail2topic(text)
|
|
#if defined(UNIT_TEST)
|
|
LOG_GITHUB_DEBUG("SSfail2topic: [text]")
|
|
#else
|
|
if (GLOB.config?.logsettings["log_subsystems_fail2topic"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_subsystems_fail2topic_log"], "SSFail2topic: [text]")
|
|
#endif
|