[svn-commits] rmudgett: branch 1.4 r1829 - /branches/1.4/rosetest.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 16 12:15:10 CDT 2010


Author: rmudgett
Date: Fri Jul 16 12:15:07 2010
New Revision: 1829

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1829
Log:
Added a libpri version output line as a sanity check for rosetest.

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=1829&r1=1828&r2=1829
==============================================================================
--- branches/1.4/rosetest.c (original)
+++ branches/1.4/rosetest.c Fri Jul 16 12:15:07 2010
@@ -3031,6 +3031,9 @@
 	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());
+
 	offset = 0;
 	pri_message(&dummy_ctrl, "Encode/decode message(s)\n");
 	if (argc <= 1) {




More information about the svn-commits mailing list