diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index e29d9ed..f3e0f68 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -193,6 +193,10 @@ int slbt_get_driver_ctx( case TAG_SILENT: cctx.drvflags |= SLBT_DRIVER_SILENT; break; + + case TAG_VERBOSE: + cctx.drvflags |= SLBT_DRIVER_VERBOSE; + break; } } else nunits++; |