diff --git a/Userland/Utilities/pro.cpp b/Userland/Utilities/pro.cpp index c434aa7fbb..ae74ebe67c 100644 --- a/Userland/Utilities/pro.cpp +++ b/Userland/Utilities/pro.cpp @@ -300,6 +300,9 @@ ErrorOr serenity_main(Main::Arguments arguments) } } else { following_url = false; + + if (status_code_value >= 400) + warnln("Request returned error {}", status_code_value); } }; request->on_finish = [&](bool success, auto) {