Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59686cfa authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Better error message

Flag: NONE updating strings
Test: none
Change-Id: I2539dfdbae538cae84fa3cc6ee8457eb1910d4ca
parent 762d9a2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -443,10 +443,10 @@ object ProtoLogTool {
            val command = CommandOptions(args)
            invoke(command)
        } catch (ex: InvalidCommandException) {
            println("\n${ex.message}\n")
            println("InvalidCommandException: \n${ex.message}\n")
            showHelpAndExit()
        } catch (ex: CodeProcessingException) {
            println("\n${ex.message}\n")
            println("CodeProcessingException: \n${ex.message}\n")
            exitProcess(1)
        }
    }