Skip to content

Commit

Permalink
Update fs_sup.erl
Browse files Browse the repository at this point in the history
changed the missing-support message to be a warning. added more information. see 5HT#17
  • Loading branch information
duke-m authored Aug 8, 2017
1 parent 2e27a87 commit 5e55e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ has_executable(Backend) ->
_ -> true end.

os_not_supported() ->
error_logger:error_msg("fs does not support the current operating system~n",[]).
error_logger:warning_msg("fs does not support the current operating system: auto-reloading might not work~n",[]).

backend_port_not_found(Backend) ->
error_logger:error_msg("backend port not found: ~p~n",[Backend]).

0 comments on commit 5e55e2f

Please sign in to comment.