Fix log level of NOT_INSTALLED as INFO
[platform/core/security/trust-anchor.git] / src / trust-anchor.cpp
index aca3b94..32568ef 100644 (file)
@@ -107,7 +107,7 @@ int TrustAnchor::Impl::uninstall(void) const noexcept
 void TrustAnchor::Impl::preLaunch(void)
 {
        if (!this->m_logic.isCustomBaseValid())
-               ThrowExc(TRUST_ANCHOR_ERROR_NOT_INSTALLED, "Base directory does not exist.");
+               ThrowExc(TRUST_ANCHOR_ERROR_NOT_INSTALLED, "Tanchor is not installed before.");
 
        if (!this->m_logic.isSystemCertsUsed())
                return;