diff --git a/hadoop-tools.cabal b/hadoop-tools.cabal
--- a/hadoop-tools.cabal
+++ b/hadoop-tools.cabal
@@ -1,5 +1,5 @@
 name:          hadoop-tools
-version:       0.7
+version:       0.7.1
 
 synopsis:
   Fast command line tools for working with Hadoop.
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -67,7 +67,7 @@
     exitError err = printError err >> exitFailure
 
     run :: HadoopConfig -> IO a
-    run cfg = handle (runAgain cfg) (print cfg >> runHdfs' cfg hdfs)
+    run cfg = handle (runAgain cfg) (runHdfs' cfg hdfs)
 
     runAgain :: HadoopConfig -> RemoteError -> IO a
     runAgain cfg e | isStandbyError e = maybe (throwM e) run (dropNameNode cfg)
