summaryrefslogtreecommitdiff
path: root/src/server/telnet_server.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-24 21:08:42 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-24 21:08:42 +0000
commit5ecae346cc675cf269d5e3371a7d05181d570cdb (patch)
treed5981e96eb523a071e33e412219ec7a8b359c81c /src/server/telnet_server.c
parent2e55b6836042a621a8c182ceebfa0beab2ec85ab (diff)
downloadopenocd+libswd-5ecae346cc675cf269d5e3371a7d05181d570cdb.tar.gz
openocd+libswd-5ecae346cc675cf269d5e3371a7d05181d570cdb.tar.bz2
openocd+libswd-5ecae346cc675cf269d5e3371a7d05181d570cdb.tar.xz
openocd+libswd-5ecae346cc675cf269d5e3371a7d05181d570cdb.zip
David Brownell <david-b@pacbell.net>:
Make startup for the various server ports be quiet, unless debugging is active: don't emit needless scarey messages. Update the relevant documentation and its references: - For these port commands ... cover the default values; convert to @deffn syntax; include their use outside of the configuration stage; and alphabetize. Similar updates to the rest of that small chapter: - Highlight that there even *IS* a configuration stage, after which some command functionality is no longer available. - For GDB commands ... convert to @deffn syntax; alphabetize; include a missing command (!); add missing helptext (!) for one non-missing command; update relevant cross-references and index entries. git-svn-id: svn://svn.berlios.de/openocd/trunk@1909 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server/telnet_server.c')
-rw-r--r--src/server/telnet_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/telnet_server.c b/src/server/telnet_server.c
index 16662bbd..94a26624 100644
--- a/src/server/telnet_server.c
+++ b/src/server/telnet_server.c
@@ -596,7 +596,7 @@ int telnet_init(char *banner)
if (telnet_port == 0)
{
- LOG_WARNING("no telnet port specified, using default port 4444");
+ LOG_DEBUG("no telnet port specified, using default port 4444");
telnet_port = 4444;
}