From 01dff18c07ae00fe37bbcb63dc9e5a86544abc42 Mon Sep 17 00:00:00 2001 From: berhsi Date: Sat, 27 Jul 2019 19:32:51 +0200 Subject: [PATCH] statusd.py: fix typo in change_status() --- statusd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statusd.py b/statusd.py index 3a65150..61491db 100755 --- a/statusd.py +++ b/statusd.py @@ -136,7 +136,7 @@ def change_status(raw_data, api): logging.error('Failed to write line to API file') logging.error('Line: {}'.format(line)) logging.error('{}'.format(e)) - loggin.error('Failed to open API file. Wrong permissions?') + logging.error('Failed to open API file. Wrong permissions?') return False else: logging.error('API file is not writable. Wrong permissions?')