summaryrefslogtreecommitdiff
path: root/rhimport-sm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-04-09 10:18:47 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-04-09 10:18:47 (GMT)
commit525a1c08d6b5671abd6ed6990c424e0567d76560 (patch)
tree31b84f0a92613ebcca2ab65d97a80474a4f61747 /rhimport-sm
parent9f07b52d9797644c8935441bac512ede4930c642 (diff)
fixed output for sounds of movement
Diffstat (limited to 'rhimport-sm')
-rwxr-xr-xrhimport-sm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhimport-sm b/rhimport-sm
index c61e3f9..ed6a704 100755
--- a/rhimport-sm
+++ b/rhimport-sm
@@ -87,6 +87,7 @@ my $dow = Date::Calc::Day_of_Week(@today);
if(($curweek != 1 && $curweek != 4) ||
($curweek == 1 && $dow > 3) ||
($curweek == 4 && $dow <= 3)) {
+ print "File won't be available by now!\n";
$dbh->disconnect();
exit 0;
}