Update implementation of Stringify.
[platform/core/security/key-manager.git] / src / manager / service / file-lock.cpp
index 41ce574..3bc6e38 100644 (file)
@@ -41,7 +41,7 @@ namespace {
 template <typename... Args>
 std::runtime_error io_exception(const Args&... args)
 {
-    return std::runtime_error(Stringify()(args...));
+    return std::runtime_error(Stringify::Merge(args...));
 };
 
 } // namespace anonymous