Skip to content

Commit d1e7c2e

Browse files
committed
Added a message stating that the merging has completed
1 parent 18f0b50 commit d1e7c2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

daemon/attiny_daemon.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Version information
1919
major = 2
2020
minor = 12
21-
patch = 0
21+
patch = 3
2222

2323
# config file is in the same directory as the script:
2424
_configfile_default = str(Path(__file__).parent.absolute()) + "/attiny_daemon.cfg"
@@ -79,6 +79,8 @@ def main(*args):
7979

8080
config.merge_and_sync_values(attiny)
8181

82+
logging.info("Merging completed")
83+
8284
# loop until stopped or error
8385
set_unprimed = False
8486
try:

0 commit comments

Comments
 (0)