From 51703c806aee00d866f7c7dfba66f6e1678a28d7 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 23 Oct 2001 17:57:27 +0000 Subject: Formatting error message git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@46 eff87b29-5268-4891-90a3-a07138403961 --- src/Startup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Startup.c b/src/Startup.c index 919da37..895bbdd 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -3,6 +3,7 @@ #include "cctk.h" #include "cctk_Parameters.h" +void IOJpeg_Startup (void); int IOJpeg_Output2DGH(cGH *GH); int IOJpeg_TriggerOutput2D(cGH *GH, int); int IOJpeg_TimeFor2D(cGH *GH, int); @@ -24,7 +25,7 @@ void IOJpeg_Startup (void) if (CCTK_GHExtensionHandle ("IO") < 0) { - CCTK_WARN (1, "Thorn IOUtil was not activated. " + CCTK_WARN (1, "IOJpeg: Thorn IOUtil was not activated. " "No IOJpeg IO methods will be enabled."); return; } -- cgit v1.2.3