From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 12 Jul 2015 08:59:06 +0000 (+0530)
Subject: Main: we are parsing arguments, not the input file itself
X-Git-Url: https://git.rkrishnan.org/frontends/rgr-080307.php?a=commitdiff_plain;h=f1da48408a5e8be087c11474647aed2135cf635a;p=functorrent.git

Main: we are parsing arguments, not the input file itself
---

diff --git a/src/Main.hs b/src/Main.hs
index d92b9d1..127651f 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -41,7 +41,7 @@ main = do
     logR <- initLogger
     let log = logMessage logR
     log "Starting up functorrent"
-    log $ "Parsing input file " ++ concat args
+    log $ "Parsing arguments " ++ concat args
     torrentStr <- parse args
     case decode torrentStr of
       Right d ->