diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-06-24 12:18:41 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-06-24 12:18:41 +0000 |
| commit | 66ffb8a3710110244ecc099a83f14d44bdea5be4 (patch) | |
| tree | 42c0d88e7f59549cf92b3942bf22fd896df78558 /lib/libfetch/common.c | |
| parent | 6569d6f3ecef2b82165a977615c66800a61e06d1 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.c')
| -rw-r--r-- | lib/libfetch/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 2ebb29661f6d..cb69ec0f0081 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -506,6 +506,8 @@ _fetch_write(conn_t *conn, const char *buf, size_t len) int _fetch_putln(conn_t *conn, const char *str, size_t len) { + + DEBUG(fprintf(stderr, ">>> %s\n", str)); if (_fetch_write(conn, str, len) == -1 || _fetch_write(conn, ENDL, sizeof ENDL) == -1) return (-1); |
