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);