Skip to content

Commit

Permalink
Update error reporter page
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 committed Jan 30, 2016
1 parent eaa8c19 commit fd4598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LunaDll/Misc/ErrorReporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ void ErrorReport::SnapshotError(EXCEPTION_RECORD* exception, CONTEXT* context)

void ErrorReport::report()
{
manageErrorReport("http://engine.wohlnet.ru/LunaLuaErrorReport/index.php", lastErrDesc);
manageErrorReport("http://wohlsoft.ru/LunaLuaErrorReport/index.php", lastErrDesc);
writeErrorLog(lastErrDesc);
}

0 comments on commit fd4598b

Please sign in to comment.