From b9a6379aa9b66efce2b4eaaa2d7e8ca5b9c4a389 Mon Sep 17 00:00:00 2001 From: "Alessandro Zummo, IZ1PRB" Date: Thu, 29 Jan 2009 08:41:57 +0000 Subject: [PATCH] Use an appropriate debug level git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2602 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/kenwood.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/kenwood.c b/kenwood/kenwood.c index d1fd1a970..590dc2fe8 100644 --- a/kenwood/kenwood.c +++ b/kenwood/kenwood.c @@ -3,7 +3,7 @@ * Copyright (c) 2000-2005 by Stephane Fillod and others * Copyright (C) 2009 Alessandro Zummo * - * $Id: kenwood.c,v 1.99 2009-01-23 03:24:42 n0nb Exp $ + * $Id: kenwood.c,v 1.100 2009-01-29 08:41:57 azummo Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -144,7 +144,7 @@ kenwood_transaction(RIG *rig, const char *cmdstr, int cmd_len, rs = &rig->state; rs->hold_decode = 1; - rig_debug(RIG_DEBUG_ERR, "%s: %s\n", __func__, cmdstr); + rig_debug(RIG_DEBUG_TRACE, "%s: %s\n", __func__, cmdstr); cmdtrm[0] = caps->cmdtrm; cmdtrm[1] = '\0';