diff options
Diffstat (limited to 'src/libpiano/piano.c')
-rw-r--r-- | src/libpiano/piano.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libpiano/piano.c b/src/libpiano/piano.c index 9f4d7ec..47f2fa1 100644 --- a/src/libpiano/piano.c +++ b/src/libpiano/piano.c @@ -250,6 +250,10 @@ const char *PianoErrorToStr (PianoReturn_t ret) { return "Out of memory."; break; + case PIANO_RET_INVALID_LOGIN: + return "Wrong email address or password."; + break; + /* pandora error messages */ case PIANO_RET_P_INTERNAL: return "Internal error."; |