Skip to content

Commit

Permalink
Added a message stating that the merging has completed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaumann committed Oct 7, 2020
1 parent 18f0b50 commit d1e7c2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daemon/attiny_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Version information
major = 2
minor = 12
patch = 0
patch = 3

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

config.merge_and_sync_values(attiny)

logging.info("Merging completed")

# loop until stopped or error
set_unprimed = False
try:
Expand Down

0 comments on commit d1e7c2e

Please sign in to comment.