log: Make _ssh_log() public.

This commit is contained in:
Andreas Schneider
2013-07-21 11:53:55 +02:00
parent 2106db3efa
commit 20312e23b7
3 changed files with 4 additions and 5 deletions

View File

@@ -316,7 +316,7 @@ public:
va_start(va, format);
vsnprintf(buffer, sizeof(buffer), format, va);
va_end(va);
ssh_log(c_session,priority, "%s", buffer);
_ssh_log(priority, "libsshpp", "%s", buffer);
}
/** @brief copies options from a session to another