* subversion/svnserve/logger.c (logger__log_error): Replace strcpy()/strlen() calls with a single call to apr_snprintf() which performs bounds checking and calculates the length for us. No functional change.