kopia lustrzana https://github.com/Hamlib/Hamlib
report hamlib version upon startup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2637 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.9
rodzic
200a80217a
commit
bef812b7e4
|
@ -5,7 +5,7 @@
|
|||
* It takes commands in interactive mode as well as
|
||||
* from command line options.
|
||||
*
|
||||
* $Id: rotctl.c,v 1.13 2009-01-04 14:49:17 fillods Exp $
|
||||
* $Id: rotctl.c,v 1.14 2009-02-17 08:03:22 fillods Exp $
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -162,6 +162,10 @@ int main (int argc, char *argv[])
|
|||
if (verbose < 2)
|
||||
rig_set_debug(RIG_DEBUG_WARN);
|
||||
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "rotctl, %s\n", hamlib_version);
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "Report bugs to "
|
||||
"<hamlib-developer@lists.sourceforge.net>\n\n");
|
||||
|
||||
/*
|
||||
* at least one command on command line,
|
||||
* disable interactive mode
|
||||
|
|
Ładowanie…
Reference in New Issue