From f1da48408a5e8be087c11474647aed2135cf635a Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 12 Jul 2015 14:29:06 +0530 Subject: [PATCH] Main: we are parsing arguments, not the input file itself --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> -- 2.45.2