From b1b42b2cfbb10fb27cbb996e1ce17fe071aec4b9 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Tue, 19 Jun 2018 23:55:08 +0200 Subject: [PATCH] Add missing space --- src/core/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/main.cpp b/src/core/main.cpp index 46d021e..0652075 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -70,7 +70,7 @@ int main(int argc, char** argv) { if (listPlugins) { ldLog() << "Available plugins:" << std::endl; for (const auto& plugin : foundPlugins) { - ldLog() << plugin.first << LD_NO_SPACE << ":" << plugin.second->path() << LD_NO_SPACE + ldLog() << plugin.first << LD_NO_SPACE << ":" << plugin.second->path() << "(type:" << plugin.second->pluginTypeString() << LD_NO_SPACE << "," << "API level:" << plugin.second->apiLevel() << LD_NO_SPACE << ")" << std::endl;