Browse Source

[trac758] change address:port notation to address#port

Jelte Jansen 14 years ago
parent
commit
9ef0e6eeb1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bind10/bind10_messages.mes

+ 2 - 2
src/bin/bind10/bind10_messages.mes

@@ -136,9 +136,9 @@ The boss module is starting the given process.
 The boss module is starting the given process, which will listen on the
 given port number.
 
-% BIND10_STARTING_PROCESS_PORT_ADDRESS starting process %1 (to listen on %2:%3)
+% BIND10_STARTING_PROCESS_PORT_ADDRESS starting process %1 (to listen on %2#%3)
 The boss module is starting the given process, which will listen on the
-given address and port number.
+given address and port number (written as <address>#<port>).
 
 % BIND10_STARTUP_COMPLETE BIND 10 started
 All modules have been successfully started, and BIND 10 is now running.