From ec40d887654f8dc89f14247107a8980271486628 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 22 Dec 2005 12:52:36 +0000 Subject: [PATCH] Comment. --- t/17-logging.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/17-logging.t b/t/17-logging.t index be72332..9cc5e5d 100644 --- a/t/17-logging.t +++ b/t/17-logging.t @@ -1,4 +1,4 @@ -# $Id: 17-logging.t,v 1.2 2005-12-22 12:52:05 mike Exp $ +# $Id: 17-logging.t,v 1.3 2005-12-22 12:52:36 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 17-logging.t' @@ -30,7 +30,7 @@ sub check_level { # side-effects, which makes them painful to write tests for. At the # moment, I think we have better ways to spend the time, so these # functions remain untested: -# yaz_log_module_level(const char *name) +# int yaz_log_module_level(const char *name) # void yaz_log_init(int level, const char *prefix, const char *name); # void yaz_log_init_file(const char *fname); # void yaz_log_init_level(int level); -- 1.7.10.4