Skip to content

Commit

Permalink
Merged in feature/levelnormalisation (pull request deuill#12)
Browse files Browse the repository at this point in the history
lowering log level so we arent flooded with warnings for successful requests
  • Loading branch information
James Stow authored and Matthew Tyas committed Mar 7, 2019
2 parents 5037860 + 9a19669 commit b9a0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provisioning/apache/php/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function SafeDownloadFile($url, $timeout = 30)
$closed = true;

$message = "SafeDownloadFile got a response code of '${responseCode}' from '${url}'";
LogWarning($message);
LogInfo($message);

return new MaybeWebRequest(null, $errorString, $responseCode);
}
Expand Down

0 comments on commit b9a0a54

Please sign in to comment.