aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@eff87b29-5268-4891-90a3-a07138403961>2001-10-23 17:57:27 +0000
committerallen <allen@eff87b29-5268-4891-90a3-a07138403961>2001-10-23 17:57:27 +0000
commit51703c806aee00d866f7c7dfba66f6e1678a28d7 (patch)
tree832c2b77002c4c20480ebeaef43d332ad9c712d0
parent455da146856d1680fdbef6321ff776779c4d60f2 (diff)
Formatting error message
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@46 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--src/Startup.c3
1 files changed, 2 insertions, 1 deletions
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;
}