summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch/fetch.c')
-rw-r--r--lib/libfetch/fetch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c
index 9941ab5..5fb4471 100644
--- a/lib/libfetch/fetch.c
+++ b/lib/libfetch/fetch.c
@@ -403,12 +403,12 @@ nohost:
}
DEBUG(fprintf(stderr,
- "scheme: [\033[1m%s\033[m]\n"
- "user: [\033[1m%s\033[m]\n"
- "password: [\033[1m%s\033[m]\n"
- "host: [\033[1m%s\033[m]\n"
- "port: [\033[1m%d\033[m]\n"
- "document: [\033[1m%s\033[m]\n",
+ "scheme: [%s]\n"
+ "user: [%s]\n"
+ "password: [%s]\n"
+ "host: [%s]\n"
+ "port: [%d]\n"
+ "document: [%s]\n",
u->scheme, u->user, u->pwd,
u->host, u->port, u->doc));
OpenPOWER on IntegriCloud