mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Better logging (#16164)
* Initial * Cleared duplicates * More work, get rid of log_error * more * log_debug() to macro LOG_DEBUG * More work * More * Guh * Maybe better? * More work * gah * Dear lord * *inserts swears here* * gdi * More work * More * dear lord * fsdfsdafs * rsdaf * sadfasf * sdafsad * fgsd * small fuckup fix * jfsd * sdafasf * gdi * sdfa * sfdafgds * sdafasdvf * sdfasdfg * sdfsga * asdf * dsfasfsagf * ihibhbjh * fsadf * adfas * sdafsad * sdfasd * fsda * vhb * asf * for arrow * removed source file-line logging, added header for tgui
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
//This should never happen, but just in case I guess
|
||||
if(!electronics)
|
||||
to_chat(user, SPAN_WARNING("There was nothing to remove."))
|
||||
log_debug("[src] had the ELECTRONICS_INSTALLED state, but didn't actually have electronics installed")
|
||||
LOG_DEBUG("[src] had the ELECTRONICS_INSTALLED state, but didn't actually have electronics installed")
|
||||
state = STATE_WIRED
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user