commit | 8dceb1d2f6b18887e7757c7d1082783f23158c49 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Feb 18 12:45:10 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Feb 19 14:11:39 2014 -0800 |
tree | 582a46e1b5c6b293eee70c477f111d9856284abc | |
parent | 4b7527574a4e2f262ed56d2cc4a2a6d04fb7142c [diff] [blame] |
security: Export/Import Identity from/into KeyChain Change-Id: I757f51f1408cf08b9fb1b1927834889fd29c0231
diff --git a/src/security/validator.cpp b/src/security/validator.cpp index a44c333..6eec2d0 100644 --- a/src/security/validator.cpp +++ b/src/security/validator.cpp
@@ -122,7 +122,7 @@ } default: { - _LOG_DEBUG("verifySignature: Unknown signature type: " << sig.getType()); + _LOG_DEBUG("verifySignature: Unknown signature type: " << data.getSignature().getType()); return false; } }