From 569312f7bd8a45e9f9c33907e01ced04df60c104 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 11:00:33 +0200 Subject: log: Remove unneeded ssh_log_function(). --- include/libssh/priv.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index c6e790f3..0ab371d1 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -267,12 +267,7 @@ SSH_PACKET_CALLBACK(ssh_packet_kexdh_init); /* LOGGING */ #define SSH_LOG(session, priority, ...) \ - ssh_log_function(session, priority, __FUNCTION__, __VA_ARGS__) -void ssh_log_function(ssh_session session, - int prioriry, - const char *function, - const char *format, ...) PRINTF_ATTRIBUTE(4, 5); - + ssh_log_common(&session->common, priority, __FUNCTION__, __VA_ARGS__) void ssh_log_common(struct ssh_common_struct *common, int verbosity, const char *function, -- cgit v1.2.3