mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Improve capitalisation for all logged strings
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e
This commit is contained in:
@@ -233,7 +233,7 @@ static int bindport(int fd) {
|
||||
continue;
|
||||
}
|
||||
/* otherwise it was an error we don't know about */
|
||||
dropbear_log(LOG_DEBUG, "failed to bind x11 socket");
|
||||
dropbear_log(LOG_DEBUG, "Failed to bind x11 socket");
|
||||
break;
|
||||
}
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user