From: Daniel Date: Tue, 27 Jul 2021 21:01:41 +0000 (+0000) Subject: use puts instead warn X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=5c5571c668ba9063b50a6af9b58e24adccaeed4a;p=akkoma use puts instead warn --- diff --git a/config/dev.exs b/config/dev.exs index 45e7f27ec..ab3e83c12 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -61,7 +61,8 @@ config :phoenix, :plug_init_mode, :runtime if File.exists?("./config/dev.secret.exs") do import_config "dev.secret.exs" else - IO.warn( + IO.puts( + :stderr, "!!! RUNNING IN LOCALHOST DEV MODE! !!!\nFEDERATION WON'T WORK UNTIL YOU CONFIGURE A dev.secret.exs" ) end