Improved error message

This commit is contained in:
M66B 2020-11-04 13:30:21 +01:00
parent d25bbcb5d9
commit c4a3e94825
1 changed files with 1 additions and 1 deletions

View File

@ -1497,7 +1497,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (!folder.poll && capIdle) {
// Sends folder NOOP
if (!mapFolders.get(folder).isOpen())
throw new StoreClosedException(iservice.getStore(), folder.name);
throw new StoreClosedException(iservice.getStore(), "NOOP " + folder.name);
} else {
if (folder.poll_count == 0)
EntityOperation.sync(this, folder.id, false);