]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
error.h: Add remaining error messages.
authorAndre Noll <maan@systemlinux.org>
Wed, 19 Sep 2007 17:14:10 +0000 (19:14 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 19 Sep 2007 17:14:10 +0000 (19:14 +0200)
error.h

diff --git a/error.h b/error.h
index ee8cff348820fccf584d34f9e1e19a62c08a8ac7..98b702c4f3c89aa5c383e5b0a29d2ee487d6ddbd 100644 (file)
--- a/error.h
+++ b/error.h
@@ -180,15 +180,15 @@ extern const char **para_errlist[];
        PARA_ERROR(NO_ATTRIBUTES, "no attributes defined yet"), \
 
 #define BLOB_ERRORS \
-       PARA_ERROR(BLOB_SYNTAX, "fixme"), \
-       PARA_ERROR(DUMMY_ROW, "fixme"), \
+       PARA_ERROR(BLOB_SYNTAX, "blob syntax error"), \
+       PARA_ERROR(DUMMY_ROW, "attempted to access blob dummy object"), \
 
 
 #define PLAYLIST_ERRORS \
-       PARA_ERROR(PLAYLIST_SYNTAX, "fixme"), \
-       PARA_ERROR(NO_PLAYLIST, "fixme"), \
-       PARA_ERROR(PLAYLIST_LOADED, "fixme"), \
-       PARA_ERROR(PLAYLIST_EMPTY, "fixme"), \
+       PARA_ERROR(PLAYLIST_SYNTAX, "playlist syntax error"), \
+       PARA_ERROR(NO_PLAYLIST, "no valid playlist found"), \
+       PARA_ERROR(PLAYLIST_LOADED, ""), /* not really an error */ \
+       PARA_ERROR(PLAYLIST_EMPTY, "attempted to load empty playlist"), \
 
 
 #define AFT_ERRORS \