Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
2f40a333
Commit
2f40a333
authored
Aug 30, 2018
by
Robert Czechowski
Browse files
Show message if server could not be started (e.g. if port is alread in use)
parent
bee213c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
2f40a333
...
...
@@ -186,5 +186,5 @@ fn main() {
start_server
(
conn
,
config
);
println!
(
"
Server started.
"
);
println!
(
"
Could not run server. Is the port already in use?
"
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment