From c18624ca1bbe82dfe2373ff28fd84cd1ebfc1cb3 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 17 Sep 2003 15:11:47 +0000 Subject: [PATCH] fixing typo in LOG statement rs=darin --- netwerk/protocol/http/src/nsHttpHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/protocol/http/src/nsHttpHandler.cpp b/netwerk/protocol/http/src/nsHttpHandler.cpp index a8275a0ab47e..819285f9128f 100644 --- a/netwerk/protocol/http/src/nsHttpHandler.cpp +++ b/netwerk/protocol/http/src/nsHttpHandler.cpp @@ -1572,7 +1572,7 @@ nsHttpHandler::Observe(nsISupports *subject, const char *topic, const PRUnichar *data) { - LOG(("nsHttpHandler::Observe [topic=\"%s\")]\n", topic)); + LOG(("nsHttpHandler::Observe [topic=\"%s\"]\n", topic)); if (strcmp(topic, NS_PREFBRANCH_PREFCHANGE_TOPIC_ID) == 0) { nsCOMPtr prefBranch = do_QueryInterface(subject);