Show
Ignore:
Timestamp:
05/20/08 09:47:27 (8 months ago)
Author:
ludovic.rousseau
Message:

print_ptr_in(): change log format

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pkcs11/pkcs11-spy.c

    r3515 r3516  
    280280static void print_ptr_in(const char *name, CK_VOID_PTR ptr) 
    281281{ 
    282   fprintf(spy_output, "[in] %s[%p]: \n", name, ptr); 
     282  fprintf(spy_output, "[in] %s = %p\n", name, ptr); 
    283283} 
    284284