add new "email" context
[monkeysphere-validation-agent.git] / gpgkeys_hkpms
index 03a79f28c8f41eb520c22d85021dfe3aa7e5b409..75ce01bcb293cb5a66dff56f0470e0084ab8ad8c 100755 (executable)
@@ -92,6 +92,7 @@ use warnings;
         ($status, $ret) = $self->{client}->query_agent('https', $self->{config}->{host}, 'server', 'x509pem', $certpem, 'never');
       } else {
         use Crypt::Monkeysphere::MSVA;
+        $self->{logger}->log('verbose', "Could not find a running agent (MONKEYSPHERE_VALIDATION_AGENT_SOCKET env var).\nFalling back to in-process certificate checks.\n");
         # If there is no running agent, we might want to be able to fall
         # back here.