2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Athena error handling tweak

This commit is contained in:
Jack Andersen
2015-11-22 17:09:46 -10:00
parent a443b6df73
commit a19bc6827c
4 changed files with 12 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ static void SIGINTHandler(int sig)
static void SIGWINCHHandler(int sig) {}
static LogVisor::LogModule AthenaLog("Athena");
static void AthenaExc(const Athena::error::Level& level, const char* file,
static void AthenaExc(Athena::error::Level level, const char* file,
const char*, int line, const char* fmt, ...)
{
va_list ap;