projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a4813
)
Main: we are parsing arguments, not the input file itself
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 12 Jul 2015 08:59:06 +0000
(14:29 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 12 Jul 2015 08:59:06 +0000
(14:29 +0530)
src/Main.hs
patch
|
blob
|
history
diff --git
a/src/Main.hs
b/src/Main.hs
index d92b9d1fcc42b526c0939292ab4e7e38a2594cea..127651ffec4f3fafbd20a0b003030ab5807c0eeb 100644
(file)
--- 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 ->