Skip to content

Commit

Permalink
fix duplicated service files
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 4, 2024
1 parent 93dc177 commit 6da8118
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 503 deletions.
269 changes: 0 additions & 269 deletions service.go

This file was deleted.

4 changes: 2 additions & 2 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ func ServiceMain() int {
logName = "qpep-client.log"
}
if flags.Globals.Verbose {
logLevel = "verbose"
logLevel = "debug"
}
logger.SetupLogger(logName, logLevel)

err = serviceInst.Run()
if err != nil {
logger.Error("Error while starting QPep service")
logger.Error("Error while starting QPep service: %v", err)
}

logger.Info("Exit errorcode: %d\n", svc.exitValue)
Expand Down
35 changes: 0 additions & 35 deletions service_linux.go

This file was deleted.

Loading

0 comments on commit 6da8118

Please sign in to comment.