Mention the version in the starting log message

This commit is contained in:
Paul van Tilburg 2014-11-16 11:55:30 +01:00
parent e712249458
commit bc9f104d9b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module Hued
end
def configure
@log.info "Starting..."
@log.info "Starting hued v#{Hued::VERSION}..."
bridge_cfg = begin
YAML.load_file(@file[:bridge])
rescue => e