Dump the port number on start

This commit is contained in:
R. Tyler Croy 2011-08-27 15:03:05 -07:00
parent c03c0d68d0
commit a721b81665
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ procedure Dispersion is
Server : AWS.Server.HTTP;
begin
Put_Line ("Starting Dispersion..");
Put_Line ("Starting Dispersion on port 8980..");
AWS.Server.Start (Web_Server => Server,
Name => "Dispersion Proxy",