Convert disabled log messages to debug or remove them

This commit is contained in:
Miroslav Lichvar
2014-06-26 18:28:13 +02:00
parent c62afbe77b
commit 75efa5174c
12 changed files with 20 additions and 142 deletions

View File

@@ -409,11 +409,6 @@ set_dosynctodr(unsigned long on_off)
kvm_close(kt);
assert(read_back == on_off);
#if 0
LOG(LOGS_INFO, LOGF_SysSolaris, "Set value of dosynctodr to %d", on_off);
#endif
}
/* ================================================== */