Better error handling for Clip loading. (fixes #59)

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-03-23 16:42:02 -04:00
parent 16ec6c5e23
commit 850a6c3882
2 changed files with 69 additions and 75 deletions

View File

@@ -498,7 +498,7 @@ public class DownloadsMenu extends BasicGameState {
});
previewID = node.getID();
} catch (SlickException e) {
UI.sendBarNotification("Failed to load track preview.");
UI.sendBarNotification("Failed to load track preview. See log for details.");
Log.error(e);
}
}