1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +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 )
{
manualUpdate = 0;
if ( !tr_torrentCanManualUpdate( tor ) ) {
if ( !tr_torrentCanManualUpdate( tor ) )
fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" );
else {
fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" );