From 77d65208826735b78df526349cb5f75e635d190c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 8 Aug 2015 03:11:37 +0000 Subject: [PATCH] fileio_tgt: small logging improvement git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6468 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- usr/fileio/fileio.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/fileio/fileio.c b/usr/fileio/fileio.c index 237975afb..d218a5daf 100644 --- a/usr/fileio/fileio.c +++ b/usr/fileio/fileio.c @@ -718,6 +718,9 @@ int main(int argc, char **argv) alloc_fn = malloc; } + if (!use_multi) + PRINT_INFO(" %s", "Using SCST_USER_REPLY_AND_GET_CMD"); + #if defined(DEBUG_TM_IGNORE) || defined(DEBUG_TM_IGNORE_ALL) if (debug_tm_ignore) PRINT_INFO(" %s", "DEBUG_TM_IGNORE");