comparison pkg/imports/gm.go @ 5537:2e5e51288a6c aggregate-gm-import-logging

Fixed typo in generated logs.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 25 Oct 2021 21:35:54 +0200
parents 0a2326eda3a5
children a4fa1bf9b208
comparison
equal deleted inserted replaced
5536:dc2000b807bd 5537:2e5e51288a6c
369 "Cannot find following gauges: ", 369 "Cannot find following gauges: ",
370 feedback.Warn) 370 feedback.Warn)
371 371
372 gls.logBool( 372 gls.logBool(
373 (*gmLog).getAssumedZPG, 373 (*gmLog).getAssumedZPG,
374 "Reference_code' not specified. Assuming 'ZPG': ", 374 "'Reference_code' not specified. Assuming 'ZPG': ",
375 feedback.Warn) 375 feedback.Warn)
376 376
377 gls.logInt( 377 gls.logInt(
378 (*gmLog).getAssumedCM, 378 (*gmLog).getAssumedCM,
379 "'Unit' not specified. Assuming 'cm': ", 379 "'Unit' not specified. Assuming 'cm': ",