Ignore:
Timestamp:
Feb 21, 2008 7:53:35 AM (16 years ago)
Author:
bennylp
Message:

Replaced fprintf/printf with err_report()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/srtp/crypto/rng/rand_source.c

    r1804 r1807  
    9999#else 
    100100  /* no random source available; let the user know */ 
    101   if (stderr) 
    102     fprintf(stderr, "WARNING: no real random source present!\n"); 
    103   else 
    104     printf("WARNING: no real random source present!\n"); 
     101  err_report(err_level_info, "WARNING: no real random source present!\n"); 
    105102  dev_random_fdes = RAND_SOURCE_READY; 
    106103#endif 
Note: See TracChangeset for help on using the changeset viewer.