Added printStackTrace in Login.

This commit is contained in:
Travis Burtrum 2010-06-10 12:15:47 -04:00 committed by moparisthebest
parent 3e1f272b36
commit dd7f918876
1 changed files with 3 additions and 1 deletions

View File

@ -502,7 +502,9 @@ p.frames.setString(p, "", 209, 4);
p.frames.setString(p, "www.DavidScape.com", 209, 5);
}
}
} catch(Exception e) { System.out.println("Caught a false login!"); }
} catch(Exception e) {
e.printStackTrace();
System.out.println("Caught a false login!"); }
}
/**