aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-01-16 07:14:46 +0800
committerjoe <joe@FreeBSD.org>2001-01-16 07:14:46 +0800
commitc53e9421e9514d26211d12e5c6a3eeca4957d386 (patch)
tree6508edb2803a1a1cbfc3af0ea4d23a5aa41337ba /CVSROOT/log_accum.pl
parent045c0ea4e1c95c67bcddcc7f8e782540bbb4a745 (diff)
downloadfreebsd-ports-gnome-c53e9421e9514d26211d12e5c6a3eeca4957d386.tar.gz
freebsd-ports-gnome-c53e9421e9514d26211d12e5c6a3eeca4957d386.tar.zst
freebsd-ports-gnome-c53e9421e9514d26211d12e5c6a3eeca4957d386.zip
Fix a debugging format msg.
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-xCVSROOT/log_accum.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 22579c935845..dc816f23bc6e 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -516,7 +516,7 @@ if ($DEBUG) {
print("files - ", join(":", @files), "\n");
print("path - ", join(":", @path), "\n");
print("dir - ", $dir, "\n");
- print("pid - ", $PID, "\n");
+ print("pid - ", $PID, "\n");
}
# Was used for To: lines, still used for commitlogs naming.