From 8bea0c2b79d3480044e6ede4a2b4d5b6f694fe7f Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 16 Jan 2002 15:41:36 +0000 Subject: Fixed an info message output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@49 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/DumpUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DumpUtils.c b/src/DumpUtils.c index a4b2630..c3669c0 100644 --- a/src/DumpUtils.c +++ b/src/DumpUtils.c @@ -380,7 +380,7 @@ void IOHDF5Util_DumpParameters (const cGH *GH, if (verbose) { - CCTK_INFO ("Dumping GH extensions ..."); + CCTK_INFO ("Dumping Parameters ..."); } /* Get the parameter string buffer */ -- cgit v1.2.3