fix debug message

This commit is contained in:
Girish Ramakrishnan
2016-03-19 12:31:48 -07:00
parent f329e0da92
commit 3d088aa9c4

View File

@@ -188,7 +188,7 @@ function fallbackExpiredCertificates(callback) {
}
if (!isExpiringSync(1, certFile)) { // expiring in the next hour
debug('fallbackExpiredCertificates: %s has expired. will switch certs', appDomain);
debug('fallbackExpiredCertificates: %s does not need to be switched', appDomain);
continue;
}