Skip to content
Snippets Groups Projects
Commit 08044ae5 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Add newline to error message about no gateways set in config

parent 58cdc8a6
Branches
Tags
No related merge requests found
...@@ -114,7 +114,7 @@ func sessionInitialization() *id.User { ...@@ -114,7 +114,7 @@ func sessionInitialization() *id.User {
if len(gateways) < 1 { if len(gateways) < 1 {
// No gateways in config file or passed via command line // No gateways in config file or passed via command line
fmt.Printf("Error: No gateway specified! Add to" + fmt.Printf("Error: No gateway specified! Add to" +
" configuration file or pass via command line using -g!") " configuration file or pass via command line using -g!\n")
return id.ZeroID return id.ZeroID
} else { } else {
// List of gateways found in config file // List of gateways found in config file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment