aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/main.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
commitbf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch)
treec0199127003c2d5418fa6b10fb0676c7abcb0a7e /heimdall/source/main.cpp
parent70c1e8e5bae373c4660e460703b577336caac8b0 (diff)
downloadexternal_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2
Version 1.3 (beta)
Diffstat (limited to 'heimdall/source/main.cpp')
-rw-r--r--heimdall/source/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/heimdall/source/main.cpp b/heimdall/source/main.cpp
index 8ab0b19..7e46c19 100644
--- a/heimdall/source/main.cpp
+++ b/heimdall/source/main.cpp
@@ -461,7 +461,6 @@ bool attemptFlash(BridgeManager *bridgeManager, map<string, FILE *> argumentFile
if (!pitsMatch)
{
Interface::Print("Local and device PIT files don't match and repartition wasn't specified!\n");
- Interface::Print("Flash aborted!\n");
Interface::PrintError("Flash aborted!\n");
delete pitData;