]> git.donarmstrong.com Git - infobot.git/blobdiff - src/DynaConfig.pl
are they FIXMEs or not? ;-)
[infobot.git] / src / DynaConfig.pl
index f2158b710228ac9cd29c51b1ed15652c8bd31de9..5d9a1bc401c6958b028ae44357f703d2cb785c1d 100644 (file)
@@ -32,7 +32,7 @@ sub readUserFile {
        my $s2 = -s "$f~";
 
        if ($s2 > $s1*3) {
-           &DEBUG("rUF: backup file bigger than current file. FIXME");
+           &FIXME("rUF: backup file bigger than current file.");
        }
     }
 
@@ -239,7 +239,7 @@ sub readChanFile {
        my $s2 = -s "$f~";
 
        if ($s2 > $s1*3) {
-           &DEBUG("rCF: backup file bigger than current file. FIXME");
+           &FIXME("rCF: backup file bigger than current file.");
        }
     }