Simplify error logging

This commit is contained in:
Akkadius
2019-09-01 22:05:44 -05:00
parent 98cbb7d781
commit 678c25e02c
44 changed files with 532 additions and 486 deletions
+1 -1
View File
@@ -3747,7 +3747,7 @@ EXTERN_C XS(boot_quest) {
file[255] = '\0';
if (items != 1)
Log(Logs::General, Logs::Error, "boot_quest does not take any arguments.");
LogError("boot_quest does not take any arguments");
char buf[128]; //shouldent have any function names longer than this.