From bb74b494c23a737b9c0355148d25f090545b856b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 9 Jan 2014 18:36:51 -0500 Subject: [PATCH] Reorder init_logging arguments to match htsn-common. --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 3f09743..38dd2e5 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -256,7 +256,7 @@ main = do -- logging before the missing parameter checks below so that we can -- log the errors. let cfg = (def :: Configuration) `merge_optional` opt_config - init_logging (log_file cfg) (log_level cfg) (syslog cfg) + init_logging (log_level cfg) (log_file cfg) (syslog cfg) -- Check the optional config for missing required options. This is -- necessary because if the user specifies an empty list of -- 2.43.2