comparison svr-x11fwd.c @ 594:a98a2138364a

Improve capitalisation for all logged strings
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Feb 2011 15:50:30 +0000
parents 52a644e7b8e1
children a48a1f6ab43e
comparison
equal deleted inserted replaced
593:ea103e4476ce 594:a98a2138364a
231 if (errno == EADDRINUSE) { 231 if (errno == EADDRINUSE) {
232 /* try the next port */ 232 /* try the next port */
233 continue; 233 continue;
234 } 234 }
235 /* otherwise it was an error we don't know about */ 235 /* otherwise it was an error we don't know about */
236 dropbear_log(LOG_DEBUG, "failed to bind x11 socket"); 236 dropbear_log(LOG_DEBUG, "Failed to bind x11 socket");
237 break; 237 break;
238 } 238 }
239 return -1; 239 return -1;
240 } 240 }
241 #endif /* DROPBEAR_X11FWD */ 241 #endif /* DROPBEAR_X11FWD */