Skip to content
Snippets Groups Projects
Commit 57c3092e authored by Robert Goldmann's avatar Robert Goldmann
Browse files

errorhandling

parent 9a6f95dc
Branches
Tags
No related merge requests found
......@@ -180,7 +180,7 @@ public class LevelController
catch(IOException e)
{
// TODO: errorhandling
e.printStackTrace();
Logger.log(LogLevel.ERROR, Logger.exceptionToString(e));
}
}
......
......@@ -209,7 +209,7 @@ public class LevelSelectController
catch(IOException e)
{
// TODO: errorhandling
e.printStackTrace();
Logger.log(LogLevel.ERROR, Logger.exceptionToString(e));
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment