commit | defa959fbadc4ab4561b8e3ab359c4bd402ae078 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Feb 21 10:56:22 2017 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed May 03 15:54:53 2017 -0700 |
tree | 74275b045a861c656c1c3bfaa8b9256249a71b62 | |
parent | 4d89fe07b1e5abde3f59304afa120af961edca67 [diff] [blame] |
Add email challenge module Refs: #4053 Change-Id: Ic5093fa484df967a760d7503eab2436f5794a385
diff --git a/src/challenge-module.cpp b/src/challenge-module.cpp index c7ab849..59a0e58 100644 --- a/src/challenge-module.cpp +++ b/src/challenge-module.cpp
@@ -25,7 +25,7 @@ namespace ndn { namespace ndncert { -_LOG_INIT(ndncert.pinchallenge); +_LOG_INIT(ndncert.challenge-module); const std::string ChallengeModule::WAIT_SELECTION = "wait-selection"; const std::string ChallengeModule::SUCCESS = "success";