Skip to content

Commit fbaeb88

Browse files
author
Thom
committed
Improve log message (#4202)
1 parent e844337 commit fbaeb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/letsencrypt.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public function request_certificates($data, $server_type = 'apache') {
432432
// TODO BEFORE MERGING: strip subdomains from $temp_domain as $root_temp_domain
433433
if($app->dbmaster->queryOneRecord("SELECT * FROM dns_soa WHERE origin = ? AND active = 'y'", $root_temp_domain . ".") != null) {
434434
$le_domains[] = $temp_domain;
435-
$app->log("Verified domain " . $temp_domain . " has a DNS zone for the acme (Let's Encrypt) challenge.", LOGLEVEL_DEBUG);
435+
$app->log("Verified domain " . $temp_domain . " has a DNS zone in this setup for the acme (Let's Encrypt) challenge.", LOGLEVEL_DEBUG);
436436
} else {
437437
$app->log("Could not verify that domain " . $temp_domain . " has a DNS zone in this setup, so excluding it from Let\'s Encrypt request.", LOGLEVEL_WARN);
438438
}

0 commit comments

Comments
 (0)