diff options
Diffstat (limited to 'pelican')
-rwxr-xr-x | pelican/tools/templates/develop_server.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican/tools/templates/develop_server.sh.in b/pelican/tools/templates/develop_server.sh.in index 4259af5b..732069c2 100755 --- a/pelican/tools/templates/develop_server.sh.in +++ b/pelican/tools/templates/develop_server.sh.in @@ -75,7 +75,7 @@ function start_up(){ echo "Pelican didn't start. Is the Pelican package installed?" return 1 elif ! alive $$srv_pid ; then - echo "The HTTP server didn't start. Is there another service using port 8000?" + echo "The HTTP server didn't start. Is there another service using port" $$port "?" return 1 fi echo 'Pelican and HTTP server processes now running in background.' |