Author: gangolli
Date: Tue Jan 17 22:37:10 2006
New Revision: 370069
URL: http://svn.apache.org/viewcvs?rev=370069&view=rev
Log:
Log exception with the error.
Modified:
incubator/roller/trunk/src/org/roller/presentation/RollerSession.java
Modified: incubator/roller/trunk/src/org/roller/presentation/RollerSession.java
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/RollerSession.java?rev=370069&r1=370068&r2=370069&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/RollerSession.java
(original)
+++ incubator/roller/trunk/src/org/roller/presentation/RollerSession.java Tue
Jan 17 22:37:10 2006
@@ -73,7 +73,7 @@
}
catch (RollerException e)
{
- mLogger.error("ERROR: getting user object");
+ mLogger.error("ERROR: getting user object",e);
}
}
}