Fixed message header length in conn_linux
This commit is contained in:
parent
fd6f2e1f55
commit
0485c34c8e
6 changed files with 54 additions and 26 deletions
|
|
@ -84,7 +84,10 @@ func main() {
|
|||
|
||||
logInfo := device.log.Info
|
||||
logError := device.log.Error
|
||||
logInfo.Println("Starting device")
|
||||
logDebug := device.log.Debug
|
||||
|
||||
logInfo.Println("Device started")
|
||||
logDebug.Println("Debug log enabled")
|
||||
|
||||
// start configuration lister
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue