commit d5c24331dde74eed5b30bbf8272f03c099edda76
parent ee491a22f00eb1824bdbcf1590a205ffb8bcecdc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 12 Aug 2025 11:53:22 +0200
Small update to a log message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/smeteo_load.c b/src/smeteo_load.c
@@ -190,7 +190,7 @@ parse_line(struct smeteo* smeteo, struct txtrdr* txtrdr)
SWdn_eps = SWdn*1e-6;
if(!eq_eps(SWdn_sum, SWdn, SWdn*1e-6)) {
WARN(smeteo,
- "%s:%zu: suspicious downward flux in short waves. It does not appear to be "
+ "%s:%zu: suspicious downward flux in shortwave. It does not appear to be "
"(approximately) equal to the sum of its components (direct + diffuse): "
"%g != %g +/- %g [W/m^2]\n",
txtrdr_get_name(txtrdr), txtrdr_get_line_num(txtrdr),