bankd: Remove second \n after PC/SC OK statements

Change-Id: I80cc727d0260599d8114b1050f04cf17977944f2
This commit is contained in:
Harald Welte 2018-10-03 23:15:10 +02:00
parent 150d6d6788
commit 7b41d9c863
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ if (rv != SCARD_S_SUCCESS) { \
LOGW((w), text ": %s (0x%lX)\n", pcsc_stringify_error(rv), rv); \
goto end; \
} else { \
LOGW((w), ": OK\n\n"); \
LOGW((w), ": OK\n"); \
}
static void worker_set_state(struct bankd_worker *worker, enum bankd_worker_state new_state)