Changeset 6323 for trunk/libtransmission/platform.c
- Timestamp:
- Jul 11, 2008, 5:09:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r6321 r6323 517 517 char tmp[MAX_PATH_LENGTH]; 518 518 tr_buildPath( tmp, sizeof( tmp ), path, "javascript", "transmission.js", NULL ); 519 fprintf( stderr, "path is [%s]; testing [%s] for clutch\n", path, tmp );519 tr_inf( _( "Searching for web interface file \"%s\"" ), tmp ); 520 520 return !stat( tmp, &sb ); 521 521 } … … 587 587 588 588 if( !*path ) 589 { 590 tr_err( _( "Unable to find web interface files" ) ); 591 tr_strlcpy( path, "/dev/null", sizeof( path ) ); 592 } 589 tr_err( _( "Couldn't find the web interface's files! To customize this, set the CLUTCH_HOME environmental variable to the folder where index.html is located." ) ); 593 590 594 591 s = tr_strdup( path );
Note: See TracChangeset
for help on using the changeset viewer.