This is an automated email from the ASF dual-hosted git repository.
jacksontj pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new c1f7bef TS-4331 Remove printf that slipped past review
c1f7bef is described below
commit c1f7bef5f1579ef64c18166cd9c1ce1a4d163824
Author: Thomas Jackson <[email protected]>
AuthorDate: Tue Jun 28 08:56:57 2016 -0700
TS-4331 Remove printf that slipped past review
---
iocore/hostdb/HostDB.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/iocore/hostdb/HostDB.cc b/iocore/hostdb/HostDB.cc
index 237a0b2..c1f20a2 100644
--- a/iocore/hostdb/HostDB.cc
+++ b/iocore/hostdb/HostDB.cc
@@ -340,7 +340,6 @@ HostDBCache::start(int flags)
int load_ret = LoadRefCountCacheFromPath<HostDBInfo>(*this->refcountcache,
storage_path, full_path, HostDBInfo::unmarshall);
if (load_ret != 0) {
Warning("Error loading cache from %s: %d", full_path, load_ret);
- printf("error loading %d\n", load_ret);
}
//
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].