Skip to content

Commit cc67f0f

Browse files
committed
fix typo
1 parent 7702d98 commit cc67f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/zimonGrafanaIntf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def main(argv):
610610
return
611611
except (Exception, IOError) as e:
612612
logger.details('%s', MSG['IntError'].format(str(e)))
613-
logger.errort(MSG['CollectorErr'])
613+
logger.error(MSG['CollectorErr'])
614614
return
615615
except (OSError) as e:
616616
logger.details('%s', MSG['IntError'].format(str(e)))

0 commit comments

Comments
 (0)