Changeset 5504
- Timestamp:
- Apr 4, 2008, 1:41:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1x/libtransmission/utils.c
r5300 r5504 398 398 if( stat( path, &sb ) ) 399 399 { 400 tr_ err( _( "Couldn't read file \"%s\": %s" ), path, tr_strerror(errno) );400 tr_dbg( _( "Couldn't read file \"%s\": %s" ), path, tr_strerror(errno) ); 401 401 return NULL; 402 402 }
Note: See TracChangeset
for help on using the changeset viewer.