Author: nextgens
Date: 2006-07-30 19:08:29 +0000 (Sun, 30 Jul 2006)
New Revision: 9827
Modified:
trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java
Log:
add a e.printStackTrace() to help debugging
Modified: trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java
2006-07-30 19:03:42 UTC (rev 9826)
+++ trunk/freenet/src/freenet/node/updater/UpdaterEnabledCallback.java
2006-07-30 19:08:29 UTC (rev 9827)
@@ -37,6 +37,7 @@
Logger.normal(this, "Starting up the
node updater");
}catch (Exception e){
Logger.error(this, "unable to start the
node updater up "+e);
+ e.printStackTrace();
throw new
InvalidConfigValueException("Unable to enable the Node Updater "+e);
}
}else{