From 2b63fb74cbea33de985cb0233571066b30480a35 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Thu, 18 Nov 2021 12:02:35 +0000 Subject: [PATCH] Remove ')' character in nwipe_log message --- src/temperature.c | 2 +- src/version.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/temperature.c b/src/temperature.c index 795f83b8..d6511c32 100644 --- a/src/temperature.c +++ b/src/temperature.c @@ -185,7 +185,7 @@ int nwipe_init_temperature( nwipe_context_t* c ) nwipe_log( NWIPE_LOG_NOTICE, "hwmon: %s has temperature monitoring", device, dirpath_tmp ); if( nwipe_options.verbose ) { - nwipe_log( NWIPE_LOG_DEBUG, "hwmon: %s found in %s)", device, dirpath_tmp ); + nwipe_log( NWIPE_LOG_DEBUG, "hwmon: %s found in %s", device, dirpath_tmp ); } /* Copy the hwmon path to the drive context structure */ strcpy( c->temp1_path, dirpath_hwmonX ); diff --git a/src/version.c b/src/version.c index 74692b6d..fe59f258 100644 --- a/src/version.c +++ b/src/version.c @@ -4,7 +4,7 @@ * used by configure to dynamically assign those values * to documentation files. */ -const char* version_string = "0.32.013"; +const char* version_string = "0.32.014"; const char* program_name = "nwipe"; const char* author_name = "Martijn van Brummelen"; const char* email_address = "git@brumit.nl"; @@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley \n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\ FOR A PARTICULAR PURPOSE.\n"; -const char* banner = "nwipe 0.32.013"; +const char* banner = "nwipe 0.32.014";