mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
gssapi: Replace printf with SSH_LOG.
This commit is contained in:
@@ -170,7 +170,7 @@ int ssh_gssapi_handle_userauth(ssh_session session, const char *user, uint32_t n
|
||||
maj_stat = gss_indicate_mechs(&min_stat, &supported);
|
||||
for (i=0; i < supported->count; ++i){
|
||||
ptr = ssh_get_hexa(supported->elements[i].elements, supported->elements[i].length);
|
||||
printf("supported %d : %s\n",i, ptr);
|
||||
SSH_LOG(SSH_LOG_DEBUG, "Supported mech %d: %s\n", i, ptr);
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user