]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/Main.hs
Main: we are parsing arguments, not the input file itself
[functorrent.git] / src / Main.hs
index d92b9d1fcc42b526c0939292ab4e7e38a2594cea..127651ffec4f3fafbd20a0b003030ab5807c0eeb 100644 (file)
@@ -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 ->