libobs: Reformat required function error message
This commit is contained in:
parent
13b2469d61
commit
5eb330276c
@ -444,7 +444,7 @@ cleanup:
|
|||||||
#define CHECK_REQUIRED_VAL(info, val, func) \
|
#define CHECK_REQUIRED_VAL(info, val, func) \
|
||||||
do { \
|
do { \
|
||||||
if (!info->val) {\
|
if (!info->val) {\
|
||||||
blog(LOG_ERROR, "Required value '" #val " for" \
|
blog(LOG_ERROR, "Required value '" #val "' for " \
|
||||||
"'%s' not found. " #func \
|
"'%s' not found. " #func \
|
||||||
" failed.", info->id); \
|
" failed.", info->id); \
|
||||||
return; \
|
return; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user