]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Reorder init_logging arguments to match htsn-common. 0.0.4
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Jan 2014 23:36:51 +0000 (18:36 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Jan 2014 23:36:51 +0000 (18:36 -0500)
src/Main.hs

index 3f0974346d38389c20b00fdb8bd4b4d02eeb4860..38dd2e5ad5e8af5c4336c667507a6a87b74c0ccd 100644 (file)
@@ -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