From 70f672f38f2507499715e278562be1a1c50533e8 Mon Sep 17 00:00:00 2001 From: "Carolyn.Maynard" Date: Fri, 29 Aug 2025 17:23:01 -0700 Subject: [PATCH] Fix wrong log level in new ewts msg --- src/topmodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topmodel.c b/src/topmodel.c index 5929d0f..335931b 100755 --- a/src/topmodel.c +++ b/src/topmodel.c @@ -579,7 +579,7 @@ extern int tread( /* Guard against divide-by-zero if file is malformed */ if (tarea == 0.0) { - Log(ERROR, "tread(): Sum of dist_area_lnaotb is zero; cannot normalize.\n"); + Log(SEVERE, "tread(): Sum of dist_area_lnaotb is zero; cannot normalize.\n"); return -1; }