Skip to content

Commit

Permalink
debugging the debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
beadsland committed May 1, 2012
1 parent 23fd681 commit 4e314f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edown_doclet.erl
Expand Up @@ -229,8 +229,8 @@ get_git_branch() ->
case string:tokens(Git, " \n") of
[$*,Branch] -> Branch;
[$*,"(no","branch)",Branch] -> Branch;
_Other -> What = io_lib:format("~s~n", [Git]),
io:format("~s~n", [Git]),
_Other -> What = io_lib:format("~p~n", [Git]),
io:format("~p~n", [Git]),
erlang:error({cannot_get_git_branch, What})
end.

Expand Down

0 comments on commit 4e314f9

Please sign in to comment.