commit 0c366552012b5f108f2371a3fca0c9f0eeeec8fb
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Nov 13 22:20:55 2016 +0100

    print actually read TUID in debug message

 src/sync.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/sync.c b/src/sync.c
index 11f49d1..a8eaee4 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -863,8 +863,8 @@ load_state( sync_vars_t *svars )
                                                srec->status = S_DEAD;
                                                break;
                                        case '#':
-                                               debug( "TUID now %." 
stringify(TUIDL) "s\n", buf + t3 + 2 );
                                                memcpy( srec->tuid, buf + t3 + 
2, TUIDL );
+                                               debug( "TUID now %." 
stringify(TUIDL) "s\n", srec->tuid );
                                                break;
                                        case '&':
                                                debug( "TUID %." 
stringify(TUIDL) "s lost\n", srec->tuid );

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to