This commit is contained in:
Keith Winstein
2011-08-03 21:20:44 -04:00
parent 829d060fbb
commit 7ea81ca237
3 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
static void dos_detected( const char *expression, const char *file, int line, const char *function )
{
fprintf( stderr, "Illegal counterparty input (possible DOS) in function %s at %s:%d, failed test: %s\n",
fprintf( stderr, "Illegal counterparty input (possible denial of service) in function %s at %s:%d, failed test: %s\n",
function, file, line, expression );
exit( 1 );
}