Skip to content

Commit

Permalink
changed keyboard not mapped to warn status
Browse files Browse the repository at this point in the history
  • Loading branch information
talkkonnect committed Apr 7, 2022
1 parent e1b1dc5 commit fbb0dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ keyPressListenerLoop:
log.Println("error: Command Not Defined ", strings.ToLower(TTYKeyMap[ev.Ch].Command))
}
} else {
log.Println("error: Key Not Mapped ASC ", ev.Ch)
log.Println("warn: Key Not Mapped ASC ", ev.Ch)
}
}
case term.EventError:
Expand Down

0 comments on commit fbb0dda

Please sign in to comment.