git-svn-id: https://samskivert.googlecode.com/svn/trunk@576 6335cc39-0255-0410-8fd6-9bcaacd3b74c

This commit is contained in:
mdb
2002-02-16 06:57:13 +00:00
parent 5df1aa55b3
commit f51081c947
@@ -1,5 +1,5 @@
// //
// $Id: Controller.java,v 1.7 2001/12/20 00:40:09 mdb Exp $ // $Id: Controller.java,v 1.8 2002/02/16 06:57:13 mdb Exp $
// //
// samskivert library - useful routines for java programs // samskivert library - useful routines for java programs
// Copyright (C) 2001 Michael Bayne // Copyright (C) 2001 Michael Bayne
@@ -188,7 +188,8 @@ public abstract class Controller
} }
} catch (Exception e) { } catch (Exception e) {
Log.warning("Controller choked on action " + Log.warning("Controller choked on action " +
"[ctrl=" + ctrl + "]."); "[ctrl=" + ctrl +
", action=" + _action + "].");
Log.logStackTrace(e); Log.logStackTrace(e);
} }
} }