aboutsummaryrefslogtreecommitdiffstats
path: root/src/tables.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-04 01:58:31 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-04 01:58:31 +0000
commitf958e0a4c5bb7241b2ec443a402d10c29abfc08f (patch)
treeaeaaf910ae09cffaa0289223503f12dcdfcb8245 /src/tables.c
parentd22e5ec5228ccb3f6fd843cebc4662953f42451d (diff)
downloadmpd-f958e0a4c5bb7241b2ec443a402d10c29abfc08f.tar.gz
mpd-f958e0a4c5bb7241b2ec443a402d10c29abfc08f.tar.xz
mpd-f958e0a4c5bb7241b2ec443a402d10c29abfc08f.zip
work on ACK error codes
git-svn-id: https://svn.musicpd.org/mpd/trunk@1324 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tables.c b/src/tables.c
index 114f71d15..0270319f4 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -192,8 +192,7 @@ int printAllKeysOfTable(FILE * fp, char * table, char * arg1) {
return printAllAlbums(fp,arg1);
}
else {
- commandError(fp, "table \"%s\" does not exist or not available "
- "for listing", table);
+ commandError(fp, "table \"%s\" does not exist", table);
return -1;
}
}