STABLE14-osilog-messages-20040817

move the cm_GetCell_gen debug messages to the trace log


(cherry picked from commit 202a27f073)
This commit is contained in:
Jeffrey Altman 2004-08-17 18:16:02 +00:00 committed by Jeffrey Altman
parent 5b72b80187
commit e026af66f1

View File

@ -105,14 +105,14 @@ cm_cell_t *cm_GetCell_Gen(char *namep, char *newnamep, long flags)
code = cm_SearchCellFile(namep, fullname, cm_AddCellProc, cp);
if (code) {
afsi_log("in cm_GetCell_gen cm_SearchCellFile(%s) returns code= %d fullname= %s",
osi_Log3(afsd_logp,"in cm_GetCell_gen cm_SearchCellFile(%s) returns code= %d fullname= %s",
namep, code, fullname);
#ifdef AFS_AFSDB_ENV
if (cm_dnsEnabled /*&& cm_DomainValid(namep)*/) {
code = cm_SearchCellByDNS(namep, fullname, &ttl, cm_AddCellProc, cp);
if ( code ) {
afsi_log("in cm_GetCell_gen cm_SearchCellByDNS(%s) returns code= %d fullname= %s",
osi_Log3(afsd_logp,"in cm_GetCell_gen cm_SearchCellByDNS(%s) returns code= %d fullname= %s",
namep, code, fullname);
if (dns_expired) {
cp->flags |= CM_CELLFLAG_VLSERVER_INVALID;