Only show error when no single input could be readed

This commit is contained in:
Iwan Timmer
2014-05-29 20:53:29 +02:00
parent b9a39a5d89
commit 74b8c287c0
2 changed files with 26 additions and 9 deletions

View File

@@ -87,8 +87,8 @@ public class Limelight implements NvConnectionListener {
displayError("Input", "Input could not be found");
return;
} catch (IOException ex) {
displayError("Input", "Input could not be read");
displayError("Input", "Are you running as root?");
displayError("Input", "No input could be readed");
displayError("Input", "Try to run as root");
return;
}