diff --git a/include/cdio/logging.h b/include/cdio/logging.h index 874e85e0..23e54464 100644 --- a/include/cdio/logging.h +++ b/include/cdio/logging.h @@ -1,5 +1,5 @@ /* - $Id: logging.h,v 1.6 2003/11/17 12:06:58 rocky Exp $ + $Id: logging.h,v 1.7 2004/05/05 01:50:46 rocky Exp $ Copyright (C) 2000, Herbert Valerio Riedel Copyright (C) 2003, Rocky Bernstein @@ -111,7 +111,7 @@ void cdio_info (const char format[], ...) GNUC_PRINTF(1,2); void cdio_warn (const char format[], ...) GNUC_PRINTF(1,2); /** - * Handle an error message. + * Handle an error message. Execution is terminated * * @see cdio_log for a more generic routine. */