better list_files from cache message
authorDobrica Pavlinusic <dpavlin@rsync1.maxxo.com>
Mon, 16 Apr 2012 13:25:40 +0000 (15:25 +0200)
committerDobrica Pavlinusic <dpavlin@rsync1.maxxo.com>
Mon, 16 Apr 2012 13:25:40 +0000 (15:25 +0200)
lib/CloudStore/API.pm

index d2c0132..5dea04e 100644 (file)
@@ -341,7 +341,7 @@ sub list_files {
                open(my $fh, '<', $files);
                my $list = <$fh>;
                close($fh);
-               warn "# list_files $user->{login} cached ", length($list), " bytes";
+               warn "# list_files $user->{login} from cache ", length($list), " bytes\n";
                return $list;
        }