Add a missing whitespace 47/209547/1
authorMichal Bloch <m.bloch@samsung.com>
Mon, 8 Jul 2019 13:48:31 +0000 (15:48 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Mon, 8 Jul 2019 13:48:34 +0000 (15:48 +0200)
"allowown" -> "allow own"

Change-Id: Ied47493a5a678a13b34be421a573a7bed52b62bb
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/dbuspolicy_finder.cpp

index 1bb2997..674b534 100644 (file)
@@ -164,7 +164,7 @@ void printDecision(const Decision & di, const std::string & token, const std::st
                std::cout << "deny";
        else if (di == Decision::CHECK)
                std::cout << "check";
-       std::cout << extraText << "=\"" << token << "\"" << std::endl;
+       std::cout << ' ' << extraText << "=\"" << token << "\"" << std::endl;
 }
 
 void checkIfMatches(const std::shared_ptr<TreeNode> & iter, const MatchItemOwn & mio, const std::string & currentToken, bool noFilter, Print_once & printer) {