From 8c45767d34af2635507f50f1985e9cce9aed3a06 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 5 May 2009 07:20:12 +0000 Subject: Fix build error. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@718 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh') diff --git a/libssh/log.c b/libssh/log.c index 0ceff94..369871b 100644 --- a/libssh/log.c +++ b/libssh/log.c @@ -69,7 +69,7 @@ void ssh_log(SSH_SESSION *session, int verbosity, const char *format, ...) { memset(indent, ' ', min); indent[min] = '\0'; - fprintf(stderr, "[func] %s%s\n", buf2, buffer); + fprintf(stderr, "[func] %s%s\n", indent, buffer); } else { fprintf(stderr, "[%d] %s\n", verbosity, buffer); } -- cgit v1.2.3