summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-11-06 18:18:27 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-11-06 18:18:27 -0500
commitc3b00d4063fe4f85ec293b98750735b94776c4fe (patch)
treed49e13d60af8bf9b346536623ccae7bee3602eea /indra/llmessage
parent85e03582b21aef8a74613d14d5dcde63cf476cdb (diff)
parentee2bc008ea8f04ffd1271787382a2b756e6293aa (diff)
merge
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x[-rw-r--r--]indra/llmessage/llurlrequest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp
index f3f0007205..8c0ad35204 100644..100755
--- a/indra/llmessage/llurlrequest.cpp
+++ b/indra/llmessage/llurlrequest.cpp
@@ -181,6 +181,10 @@ void LLURLRequest::setURL(const std::string& url)
{
LLMemType m1(LLMemType::MTYPE_IO_URL_REQUEST);
mDetail->mURL = url;
+ if (url.empty())
+ {
+ llwarns << "empty URL specified" << llendl;
+ }
}
std::string LLURLRequest::getURL() const