From 7d386836dbbba03cb31193fca06ab07cb1c8814f Mon Sep 17 00:00:00 2001 From: meleu Date: Tue, 6 Dec 2016 04:38:12 +0000 Subject: [PATCH] cheevos.c: avoid excessive login error information A login error can happen for several reasons. So the message "Please make sure your account information is correct." is a bit excessive. I think "Retro Achievements login error." is enough. --- cheevos.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cheevos.c b/cheevos.c index aa8b3f2dfa..71ab9f5fc2 100644 --- a/cheevos.c +++ b/cheevos.c @@ -1865,9 +1865,6 @@ static int cheevos_login(retro_time_t *timeout) runloop_msg_queue_push("Retro Achievements login error.", 0, 5 * 60, false); - runloop_msg_queue_push( - "Please make sure your account information is correct.", - 0, 5 * 60, false); RARCH_ERR("CHEEVOS error getting user token.\n"); return -1; }