Skip to content

Commit

Permalink
Prepare 1.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SR-G committed Nov 18, 2021
1 parent f4d31da commit 5f60d76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ endif
# DEV / Quick build
build:
cd src/
echo "${BUILD_TIME}"
go install ${LDFLAGS} sleep-on-lan

# DEV / Clean
Expand Down
2 changes: 1 addition & 1 deletion src/sol.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func startDaemon() {
configuration.Load(fullConfigurationFileName)
configuration.RefineLogger()
configuration.Parse()
logger.Infof("Application [" + colorer.Green(Version.ApplicationName) + "], version [" + colorer.Green(Version.String()) + "]")
logger.Infof("Application [" + colorer.Green(Version.ApplicationName) + "], version [" + colorer.Green(Version.GetVersion()) + "], compilation timestamp [" + colorer.Green(Version.CompilationTimestamp) + "], git commit [" + colorer.Green(Version.Commit) + "]")

// Display found IP/MAC
logger.Infof("Now starting sleep-on-lan, hardware IP/mac addresses are : ")
Expand Down

0 comments on commit 5f60d76

Please sign in to comment.