mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Fix build error.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@718 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -69,7 +69,7 @@ void ssh_log(SSH_SESSION *session, int verbosity, const char *format, ...) {
|
|||||||
memset(indent, ' ', min);
|
memset(indent, ' ', min);
|
||||||
indent[min] = '\0';
|
indent[min] = '\0';
|
||||||
|
|
||||||
fprintf(stderr, "[func] %s%s\n", buf2, buffer);
|
fprintf(stderr, "[func] %s%s\n", indent, buffer);
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "[%d] %s\n", verbosity, buffer);
|
fprintf(stderr, "[%d] %s\n", verbosity, buffer);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user