2013-09-26 17:14:40 +02:00

15 lines
422 B
Plaintext

$NetBSD: patch-aa,v 1.5 2005/08/09 12:56:18 adam Exp $
--- lib/driver/logging.c.orig 2004-12-18 17:29:32.000000000 +0000
+++ lib/driver/logging.c
@@ -45,7 +45,9 @@ default_cdio_log_handler (cdio_log_level
fprintf (stderr, "**ERROR: %s\n", message);
fflush (stderr);
}
+#if 0
exit (EXIT_FAILURE);
+#endif
break;
case CDIO_LOG_DEBUG:
if (level >= cdio_loglevel_default) {