]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Tools.pm
lock_file_full: add missing trailing newline
[pve-common.git] / src / PVE / Tools.pm
index 2525e55ceb95ed1b9fccf41b9e8defa03db81dd9..13e70f1afe828baa50cc84f2eab650e6331b6d60 100644 (file)
@@ -150,7 +150,7 @@ sub lock_file_full {
            or die "can't open file - $!\n";
 
        if (!flock($fh, $mode|LOCK_NB)) {
-           print STDERR "trying to acquire lock...";
+           print STDERR "trying to acquire lock...\n";
            my $success;
            while(1) {
                $success = flock($fh, $mode);