aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-24 16:17:20 +0000
committerKalle Wallin <kaw@linux.se>2004-06-24 16:17:20 +0000
commit55075052d2e57ef462e96a630f96c26437b5efa5 (patch)
treeaf3ca43f1a3f4839c4b8e88bcfff1372c7d8e911
parent11d0bf3e6e4128a8afb3dd92dbf5c2adca74f642 (diff)
downloadmpd-55075052d2e57ef462e96a630f96c26437b5efa5.tar.gz
mpd-55075052d2e57ef462e96a630f96c26437b5efa5.tar.xz
mpd-55075052d2e57ef462e96a630f96c26437b5efa5.zip
Removed an unwanter fprintf line
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1649 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bc607da81..0490e6ba7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -103,7 +103,6 @@ update_xterm_title(void)
if( strcmp(title,tmp) )
{
strncpy(title, tmp, BUFSIZE);
- fprintf(stderr, "%s\n", title);
set_xterm_title(title);
}
}