Skip to content

Commit

Permalink
small diagnostic print change
Browse files Browse the repository at this point in the history
  • Loading branch information
zoka committed Mar 25, 2012
1 parent 5c29f1e commit f8da5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ringmon/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
or configuration map with amended values.
Returns true if succesful."
[& cfg]
(println "Starting with configuration:" cfg)
(println "[ringMon server] starting with:" cfg)
(let [cfg (first cfg)] ; only one optional map expected
(when (or (nil? cfg) (map? cfg))
(swap! loc-cfg merge cfg)
Expand Down

0 comments on commit f8da5ad

Please sign in to comment.