Commit 3c02e455 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Use system.err instead of Log since Log is not in classpath of serverstarter.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3518 b35dd754-fafc-0310-a699-88a17e54d16e
parent e89ba541
...@@ -156,7 +156,7 @@ public class ServerStarter { ...@@ -156,7 +156,7 @@ public class ServerStarter {
unpacked = true; unpacked = true;
} }
catch (Exception e) { catch (Exception e) {
Log.error(e); e.printStackTrace();
} }
} }
// Print newline if unpacking happened. // Print newline if unpacking happened.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment