Commit efeea9f6 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Fix .z suffix for intrumented download stats once more


svn:r15316
parent 6880df52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2201,7 +2201,7 @@ note_client_request(int purpose, int compressed, size_t bytes)
  }
  if (kind) {
    key = tor_malloc(256);
    tor_snprintf(key, 256, "%s%s", kind, compressed?"":".z");
    tor_snprintf(key, 256, "%s%s", kind, compressed?".z":"");
  } else {
    key = tor_malloc(256);
    tor_snprintf(key, 256, "unknown purpose (%d)%s",