comparison sshpty.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 5c6f9d27ea1c
children 523be406edc4
comparison
equal deleted inserted replaced
593:ea103e4476ce 594:a98a2138364a
232 } 232 }
233 } 233 }
234 234
235 return 1; 235 return 1;
236 } 236 }
237 dropbear_log(LOG_WARNING, "failed to open any /dev/pty?? devices"); 237 dropbear_log(LOG_WARNING, "Failed to open any /dev/pty?? devices");
238 return 0; 238 return 0;
239 #endif /* HAVE_DEV_PTS_AND_PTC */ 239 #endif /* HAVE_DEV_PTS_AND_PTC */
240 #endif /* USE_DEV_PTMX */ 240 #endif /* USE_DEV_PTMX */
241 #endif /* HAVE__GETPTY */ 241 #endif /* HAVE__GETPTY */
242 #endif /* HAVE_OPENPTY */ 242 #endif /* HAVE_OPENPTY */