diff options
Diffstat (limited to 'test/ldap_srv.erl')
-rw-r--r-- | test/ldap_srv.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ldap_srv.erl b/test/ldap_srv.erl index 8ac5a7b89..7ad53dda3 100644 --- a/test/ldap_srv.erl +++ b/test/ldap_srv.erl @@ -71,7 +71,7 @@ init([LDIFFile]) -> case load_ldif(LDIFFile) of {ok, Tree} -> ?INFO_MSG("LDIF tree loaded, " - "ready to accept connections", []), + "ready to accept connections at ~B", [1389]), {_Pid, MRef} = spawn_monitor( fun() -> accept(ListenSocket, Tree) end |