From 25956b76b3b85d88987710d589babc9029f5103d Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Mar 2016 14:44:42 -0500 Subject: driver: added context initialization for --verbose. --- src/driver/slbt_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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++; -- cgit v1.2.3