1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
This commit is contained in:
Charles Kerr 2007-10-19 23:21:32 +00:00
parent 4240f7c60c
commit e6c46122fb

View file

@ -276,7 +276,7 @@ int main( int argc, char ** argv )
if( manualUpdate ) if( manualUpdate )
{ {
manualUpdate = 0; manualUpdate = 0;
if ( !tr_torrentCanManualUpdate( tor ) ) { if ( !tr_torrentCanManualUpdate( tor ) )
fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" ); fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" );
else { else {
fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" ); fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" );