[libpri-commits] rmudgett: branch 1.4 r1830 - /branches/1.4/rosetest.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Fri Jul 16 12:20:25 CDT 2010
Author: rmudgett
Date: Fri Jul 16 12:20:21 2010
New Revision: 1830
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1830
Log:
Only need to output one version of the version message.
Modified:
branches/1.4/rosetest.c
Modified: branches/1.4/rosetest.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/rosetest.c?view=diff&rev=1830&r1=1829&r2=1830
==============================================================================
--- branches/1.4/rosetest.c (original)
+++ branches/1.4/rosetest.c Fri Jul 16 12:20:21 2010
@@ -3031,8 +3031,8 @@
memset(&dummy_ctrl, 0, sizeof(dummy_ctrl));
dummy_ctrl.debug = PRI_DEBUG_APDU;
- pri_message(&dummy_ctrl, "LibPRI version tested: %s\n", pri_get_version());
- pri_error(&dummy_ctrl, "LibPRI version tested: %s\n", pri_get_version());
+ /* For sanity specify what version of libpri we are testing. */
+ pri_error(&dummy_ctrl, "libpri version tested: %s\n", pri_get_version());
offset = 0;
pri_message(&dummy_ctrl, "Encode/decode message(s)\n");
More information about the libpri-commits
mailing list