From 638cc3becf59621eab488c21be21a7813fb0b206 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 10 Feb 2015 13:30:24 +0000 Subject: [PATCH] scst_local: Remove an error message print statement (merge r5082 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6049 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 406ab414e..a32432e4e 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1909,7 +1909,6 @@ static int scst_local_add_target(const char *target_name, tgt->scst_tgt = scst_register_target(&scst_local_targ_tmpl, target_name); if (tgt->scst_tgt == NULL) { - PRINT_ERROR("%s", "scst_register_target() failed:"); res = -EFAULT; goto out_free; }