diff --git a/genlop b/genlop index e36c678..4e0faf0 100755 --- a/genlop +++ b/genlop @@ -968,7 +968,7 @@ sub rsync() { my $handle; open_file($_, \$handle); while(<$handle>) { - if ($_ =~ m/^(.*?)\: \=\=\= Sync completed with/) { + if ($_ =~ m/^(.*?)\: \=\=\= Sync completed/) { if ($date_found) { if (datecompare($1) <= 0) { next;