diff options
author | joe <joe@FreeBSD.org> | 2001-01-16 07:14:46 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-01-16 07:14:46 +0800 |
commit | c53e9421e9514d26211d12e5c6a3eeca4957d386 (patch) | |
tree | 6508edb2803a1a1cbfc3af0ea4d23a5aa41337ba /CVSROOT/log_accum.pl | |
parent | 045c0ea4e1c95c67bcddcc7f8e782540bbb4a745 (diff) | |
download | freebsd-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-x | CVSROOT/log_accum.pl | 2 |
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. |