Skip to content

Commit ce410a9

Browse files
author
Pavel Siska
committed
ipfixprobe: Update printing of plugin usage
1 parent d1cdf5e commit ce410a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/core/ipfixprobe.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
*
2727
*/
2828

29-
#include "ipfixprobe.hpp"
30-
3129
#include "buildConfig.hpp"
30+
#include "ipfixprobe.hpp"
3231
#include "stacktrace.hpp"
3332
#include "stats.hpp"
3433

@@ -94,7 +93,7 @@ static void printPluginsUsage(const std::vector<PluginManifest>& pluginsManifest
9493
} else {
9594
std::cout << pluginManifest.name << std::endl;
9695
}
97-
std::cout << "------------------\n";
96+
std::cout << std::endl;
9897
}
9998
}
10099

0 commit comments

Comments
 (0)