This commit is contained in:
Josh at WLTechBlog
2025-11-20 16:54:39 -07:00
parent 7104957598
commit ac71ce8797
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ var (
func main() {
flag.Parse()
log.Printf("Starting cremote daemon on %s:%d (debug: %v)", *daemonHost, *port, *debug)
log.Printf("Starting cremote daemon version %s on %s:%d (debug: %v)", daemon.Version, *daemonHost, *port, *debug)
// Create and start the daemon
d, err := daemon.NewDaemon(*daemonHost, *port, *debug)