hdrMsg.getPod(kidId);
hdrMsg.getPod(pid);
hdrMsg.getString(tag);
-debugs(0,0, HERE << "getting tag: " << tag);
}
void Ipc::StrandCoord::pack(TypedMsgHdr &hdrMsg) const
{
hdrMsg.putPod(kidId);
hdrMsg.putPod(pid);
-debugs(0,0, HERE << "putting tag: " << tag);
hdrMsg.putString(tag);
}
static int idx = 0;
SwapDir *sd = dynamic_cast<SwapDir*>(INDEXSD(idx));
if (StoreEntry *e = sd->get(key)) {
- debugs(20, 1, HERE << "cache_dir " << idx <<
+ debugs(20, 3, HERE << "cache_dir " << idx <<
" got cached entry: " << *e);
return e;
}
}
}
- debugs(20, 1, HERE << "none of " << Config.cacheSwap.n_configured <<
+ debugs(20, 4, HERE << "none of " << Config.cacheSwap.n_configured <<
" cache_dirs have " << storeKeyText(key));
return NULL;
}