aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/log.c b/libssh/log.c
index fbea05d8..e4d6893e 100644
--- a/libssh/log.c
+++ b/libssh/log.c
@@ -33,7 +33,7 @@
* \param verbosity verbosity of the event
* \param format format string of the log entry
*/
-void ssh_log(SSH_SESSION *session, int verbosity, char *format, ...){
+void ssh_log(SSH_SESSION *session, int verbosity, const char *format, ...) {
char buffer[1024];
char buf2[256];
int min;