~yadi/squid/connection-manager

« back to all changes in this revision

Viewing changes to src/store_log.cc

  • Committer: Amos Jeffries
  • Date: 2014-01-19 05:45:51 UTC
  • mfrom: (13045.1.209 trunk)
  • Revision ID: squid3@treenet.co.nz-20140119054551-3u1so2dy5vda7kfw
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
    ++storeLogTagsCounts[tag];
72
72
    if (mem != NULL) {
73
 
        if (mem->log_url == NULL) {
74
 
            debugs(20, DBG_IMPORTANT, "storeLog: NULL log_url for " << mem->url);
75
 
            mem->dump();
76
 
            mem->log_url = xstrdup(mem->url);
77
 
        }
78
 
 
79
73
        reply = e->getReply();
80
74
        /*
81
75
         * XXX Ok, where should we print the dir number here?
101
95
                      reply->content_length,
102
96
                      e->contentLen(),
103
97
                      RequestMethodStr(mem->method),
104
 
                      mem->log_url);
 
98
                      mem->logUri());
105
99
        logfileLineEnd(storelog);
106
100
    } else {
107
101
        /* no mem object. Most RELEASE cases */