diff --git a/src/main.cpp b/src/main.cpp
index 9e7d949ff28742824553a6f27f3f136eac89d6e6..620af870f6be1823e18e6ac4ade9271ae4dbd312 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -130,10 +130,11 @@ int main(int argc, char *argv[]) {
     }
     std::cout << "/g/ntr - NetRunner build " << __DATE__ << std::endl;
     currentURL=argv[1];
+    std::cout << "loading [" << currentURL << "]" << std::endl;
 
     WebResource res = getWebResource(currentURL);
     if (res.resourceType == ResourceType::INVALID) {
-        std::cout << "Invalid resource type" << std::endl;
+        std::cout << "Invalid resource type: " << res.raw << std::endl;
         return 1;
     }