Skip to content

Commit

Permalink
*) Bugfix for NullpointerException in yacyDebugMode Init
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@663 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Sep 5, 2005
1 parent 9300689 commit 1219ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaSwitchboard.java
Expand Up @@ -354,7 +354,7 @@ public plasmaSwitchboard(String rootPath, String initPath, String configPath) th
*/

// initializing yacyDebugMode
httpc.yacyDebugMode = sb.getConfig("yacyDebugMode", "false").equals("true");
httpc.yacyDebugMode = getConfig("yacyDebugMode", "false").equals("true");

// generate snippets cache
log.logConfig("Initializing Snippet Cache");
Expand Down

0 comments on commit 1219ef9

Please sign in to comment.