From 2927a92e53940cb2a81c97972770bdeec49734cb Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 14 May 2001 16:30:06 +0000 Subject: Fixed warning level typo Cactus/682 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2182 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/WarnLevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c index 6a6f2b1d..26073de8 100644 --- a/src/main/WarnLevel.c +++ b/src/main/WarnLevel.c @@ -503,7 +503,7 @@ int CCTKi_SetWarnLevel (int level) { retval = level > warning_level ? +1 : -1; CCTK_VInfo ("Cactus", "%s warning level from %d to %d", - retval > 0 ? "Increasing" : "Decreasing", error_level, level); + retval > 0 ? "Increasing" : "Decreasing", warning_level, level); warning_level = level; } else -- cgit v1.2.3