another media handling merge.
[mir.git] / source / mir / module / AbstractModule.java
index f82cc94..db40dd6 100755 (executable)
@@ -63,6 +63,8 @@ public class AbstractModule {
                try {
                        if (theStorage == null)
                                throw  new ModuleException("Kein StorageObject gesetzt");
+            theLog = Logfile.getInstance(MirConfig.getProp("Home") + "log/media.log");
+            theLog.printError("aboot to run getByWhere...");
                        return theStorage.selectByWhereClause(whereClause, offset);
                }
                catch (StorageObjectException e){