From f958e0a4c5bb7241b2ec443a402d10c29abfc08f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Fri, 4 Jun 2004 01:58:31 +0000 Subject: work on ACK error codes git-svn-id: https://svn.musicpd.org/mpd/trunk@1324 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tables.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tables.c') 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; } } -- cgit v1.2.3