diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 18:17:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-13 18:17:35 +0000 |
commit | 4d5b806140bbc41345f841d93e1e4d69fa58a5c3 (patch) | |
tree | afa5286064f5434eb96a012cd370e8e4eda66a64 /src | |
parent | 51da6099e7e0905f10a389a72e6467b3c6a5aeac (diff) |
Add newlines to the end :) (\n)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9488 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2f5ac6493..ee5d0a2bc 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -555,7 +555,7 @@ InspIRCd::InspIRCd(int argc, char** argv) { printf("\nWARNING: Not all your client ports could be bound --\nstarting anyway with %d of %d client ports bound.\n\n", bounditems, found_ports); printf("The following port(s) failed to bind:\n"); - printf("Hint: Try using an IP instead of blank or *"); + printf("Hint: Try using an IP instead of blank or *\n\n"); int j = 1; for (FailedPortList::iterator i = pl.begin(); i != pl.end(); i++, j++) { |