Skip to content

Commit

Permalink
Fix bug in sin_dep_solver
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbmerritt committed May 8, 2012
1 parent f10db03 commit 11818d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sin_dep_solver.erl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ new_limits() -> [].
add_limit(Config, State, Source, AppsLimits, NewLimit) ->
case is_valid_limit(NewLimit) of
false ->
sin_config:normal(Config, "Invalid constraint ~p found originating at ~p",
sin_log:normal(Config, "Invalid constraint ~p found originating at ~p",
[NewLimit, Source]),
?SIN_RAISE(State, {invalid_constraint, NewLimit, Source});
true ->
Expand Down

0 comments on commit 11818d2

Please sign in to comment.