X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=87985dc6f477ddec7f1abe9a52682dcf8d10f60a;hp=732a5470c5c6f928131ec4721c6dbf90a5ddf3e2;hb=c4ecbd8f75be7847f7332dd64f11a0ba54233891;hpb=25e6054e929908d9e21a2dd39996117e93124da5 diff --git a/error.h b/error.h index 732a5470..87985dc6 100644 --- a/error.h +++ b/error.h @@ -202,7 +202,6 @@ extern const char **para_errlist[]; PARA_ERROR(AUDIOD_SYNTAX, "syntax error"), \ PARA_ERROR(UCRED_PERM, "permission denied"), \ PARA_ERROR(INVALID_AUDIOD_CMD, "invalid command"), \ - PARA_ERROR(BAD_USER, "you don't exist. Go away."), \ #define FILTER_CHAIN_ERRORS \ @@ -359,6 +358,7 @@ extern const char **para_errlist[]; PARA_ERROR(LOCK, "lock error"), \ PARA_ERROR(SENDER_CMD, "command not supported by this sender"), \ PARA_ERROR(SERVER_CRASH, "para_server crashed -- can not live without it"), \ + PARA_ERROR(BAD_USER, "you don't exist. Go away."), \ #define PLAYLIST_SELECTOR_ERRORS \