Skip to content

Commit

Permalink
winston: don't check for winston.ini not found error, due to false po…
Browse files Browse the repository at this point in the history
…sitives
  • Loading branch information
nolta committed Mar 17, 2012
1 parent f407052 commit 92cf77d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extras/winston.jl
Expand Up @@ -26,9 +26,7 @@ type WinstonConfig
# read global config
winston_ini = "winston.ini"
fn = find_in_path(winston_ini)
if fn != winston_ini
read(inifile, fn)
end
read(inifile, fn)

new(inifile)
end
Expand Down

0 comments on commit 92cf77d

Please sign in to comment.