aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_state.erl
diff options
context:
space:
mode:
authorEric Merritt <[email protected]>2013-02-04 18:53:09 -0800
committerEric Merritt <[email protected]>2013-02-04 18:53:09 -0800
commit60b074edbb09b43618febdf8eb50a330db2aa677 (patch)
tree372f8d01399853160384a8093328ab771137669b /src/rcl_state.erl
parent62b4f79fa00e7cc5f44621efbd4356a582fbbfb8 (diff)
parent2558618906a221ebe3cc4b2582bf59d9d7396de5 (diff)
downloadrelx-60b074edbb09b43618febdf8eb50a330db2aa677.tar.gz
relx-60b074edbb09b43618febdf8eb50a330db2aa677.tar.bz2
relx-60b074edbb09b43618febdf8eb50a330db2aa677.zip
Merge pull request #26 from tsloughter/next
make all grabs deps if deps dir does not exist
Diffstat (limited to 'src/rcl_state.erl')
-rw-r--r--src/rcl_state.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcl_state.erl b/src/rcl_state.erl
index ecf3115..25497f8 100644
--- a/src/rcl_state.erl
+++ b/src/rcl_state.erl
@@ -256,7 +256,7 @@ format(#state_t{log=LogState, output_dir=OutDir, lib_dirs=LibDirs,
[rcl_util:indent(Indent),
<<"state(">>, erlang:atom_to_list(Caller), <<"):\n">>,
rcl_util:indent(Indent + 1), <<"log: ">>, rcl_log:format(LogState), <<",\n">>,
- rcl_util:indent(Indent + 1), "config file: ", ConfigFile, "\n",
+ rcl_util:indent(Indent + 1), "config file: ", rcl_util:optional_to_string(ConfigFile), "\n",
rcl_util:indent(Indent + 1), "goals: \n",
[[rcl_util:indent(Indent + 2), rcl_depsolver:format_constraint(Goal), ",\n"] || Goal <- Goals],
rcl_util:indent(Indent + 1), "output_dir: ", OutDir, "\n",