/*
- * $Id: errorpage.cc,v 1.111 1997/12/06 05:16:55 wessels Exp $
+ * $Id: errorpage.cc,v 1.112 1997/12/08 15:14:37 wessels Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
if (err->xerrno)
snprintf(buf, CVT_BUF_SZ, "(%d) %s", err->xerrno, strerror(err->xerrno));
else
- snprintf(buf, CVT_BUF_SZ, "(%d) -unknown-", err->xerrno);
+ snprintf(buf, CVT_BUF_SZ, "[No Error]");
break;
case 'f':
/* FTP REQUEST LINE */