From 46ac202bd40196d289ad9928162446373cd982ed Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Tue, 5 Mar 2019 03:52:54 -0300
Subject: [PATCH] Trimming MasterDistiller error message

---
 bin/MasterDistiller.js | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/bin/MasterDistiller.js b/bin/MasterDistiller.js
index b43cc1f..85e381a 100755
--- a/bin/MasterDistiller.js
+++ b/bin/MasterDistiller.js
@@ -167,15 +167,7 @@ function    editAccount( entry, pallet )
                 getlist();
             },
             function distFail(x) {
-                bfa.fatal(
-                    "Distribute returned errors in block# "
-                    + x.blockNumber
-                    + " using "
-                    + x.gasUsed
-                    + " gas."
-                );
-                console.log(x);
-                process.exit( 1 );
+                bfa.fatal( "Distribute returned errors: " + x );
             }
         );
         return;
-- 
GitLab