From 22cbb86fc5d7a3efd29215ff4d5502f8ca1fa18b Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 5 May 2004 01:50:46 +0000 Subject: [PATCH] A doc elaboration for cdio_error. --- include/cdio/logging.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */