Index: trunk/FACT++/src/datalogger.cc
===================================================================
--- trunk/FACT++/src/datalogger.cc	(revision 11244)
+++ trunk/FACT++/src/datalogger.cc	(revision 11245)
@@ -2489,5 +2489,6 @@
 
 // --------------------------------------------------------------------------
-int RunDim(Configuration &conf)
+/*
+ int RunDim(Configuration &conf)
 {
     WindowLog wout;
@@ -2510,4 +2511,5 @@
     return 0;
 }
+*/
 // --------------------------------------------------------------------------
 void RunThread(DataLogger* logger)
@@ -2684,5 +2686,5 @@
         // No console access at all
         if (!conf.Has("console"))
-            return RunDim(conf);
+            return RunShell<LocalStream>(conf);
 
         // Console access w/ and w/o Dim
