From e15bcd7209d3e8b5648a13aa3d98b59772c47de8 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Sat, 3 Feb 2024 09:04:52 -0700 Subject: [PATCH] fixed new index format --- utils/g2c_degrib2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/g2c_degrib2.c b/utils/g2c_degrib2.c index 238011dc..61b28036 100644 --- a/utils/g2c_degrib2.c +++ b/utils/g2c_degrib2.c @@ -81,7 +81,7 @@ main(int argc, char **argv) /* Turn on logging for verbose output. This only has effect if the * library was built with LOGGING=ON. */ if (verbose) - g2c_set_log_level(4); + g2c_set_log_level(1); /* If we got one input file, open it. If we got two input files, * the second is an index file for the first. */