From 07ddcfd613e2cf23c58af1e11be5491b2411c38d Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Sun, 22 Dec 2002 13:52:21 +0000 Subject: [PATCH] minor bug git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1333 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 fe35ab3b4..43c3573a7 100644 --- a/kenwood/kenwood.c +++ b/kenwood/kenwood.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - main file * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: kenwood.c,v 1.55 2002-12-21 13:46:05 pa4tu Exp $ + * $Id: kenwood.c,v 1.56 2002-12-22 13:52:21 pa4tu 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 @@ -433,7 +433,7 @@ int kenwood_get_freq(RIG *rig, vfo_t vfo, freq_t *freq) case RIG_VFO_B: vfo_letter = 'B'; break; case RIG_VFO_C: vfo_letter = 'C'; break; default: - rig_debug(RIG_DEBUG_ERR,"kenwood_set_freq: unsupported VFO %d\n", + rig_debug(RIG_DEBUG_ERR,"kenwood_get_freq: unsupported VFO %d\n", vfo); return -RIG_EINVAL; }