diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
| commit | 4399be3cbd35324f7a2c00d77229d995b4022138 (patch) | |
| tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/libexec/uucp/libuucp/debug.c | |
| parent | 709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/libuucp/debug.c')
| -rw-r--r-- | gnu/libexec/uucp/libuucp/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/libuucp/debug.c b/gnu/libexec/uucp/libuucp/debug.c index 16c1b54891a8..e722e2ce8de9 100644 --- a/gnu/libexec/uucp/libuucp/debug.c +++ b/gnu/libexec/uucp/libuucp/debug.c @@ -137,7 +137,7 @@ cdebug_char (z, ichar) *z++ = b; *z = '\0'; return 2; -} +} /* Display a buffer when debugging. */ @@ -162,7 +162,7 @@ udebug_buffer (zhdr, zbuf, clen) *z++ = '.'; } *z = '\0'; - + ulog (LOG_DEBUG, "%s %lu \"%s\"", zhdr, (unsigned long) clen, zalc); ubuffree (zalc); |
