A bug in lib/Onis/Parser/Persistent.pm has been fixed.
[onis.git] / onis
diff --git a/onis b/onis
index 28a092f..d67b789 100755 (executable)
--- a/onis
+++ b/onis
@@ -27,7 +27,7 @@ BEGIN
        # 0x0400   Data::Core (dump incoming data to stderr)
        # 0x0800   Data::Core (initializing)
        # 0x1000   Onis::Users
-       $::DEBUG = 0x0000;
+       $::DEBUG = 0x0240;
 }
 
 use strict;
@@ -249,7 +249,7 @@ for (get_config ('input'))
                }
        }
        
-       newfile ($FileInfo->{$inode});
+       newfile ($inode);
        while (<$logfile>)
        {
                s/\n|\r//g;