pw-cli: fix print of pod debug

This commit is contained in:
Wim Taymans 2022-02-25 11:12:24 +01:00
parent ab8f9be979
commit bf52630153

View file

@ -40,7 +40,7 @@
#define FNM_EXTMATCH 0 #define FNM_EXTMATCH 0
#endif #endif
#define spa_debug(fmt,...) printf(fmt, ## __VA_ARGS__) #define spa_debug(fmt,...) printf(fmt"\n", ## __VA_ARGS__)
#include <spa/utils/result.h> #include <spa/utils/result.h>
#include <spa/utils/string.h> #include <spa/utils/string.h>