mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
tweak an info message based on BMW's suggestion
This commit is contained in:
parent
5b29d7cb3b
commit
1f95e1d450
1 changed files with 4 additions and 2 deletions
|
@ -412,8 +412,10 @@ moveFiles( const char * oldDir, const char * newDir )
|
|||
++count;
|
||||
}
|
||||
}
|
||||
tr_inf( _( "Migrated %1$d files from \"%2$s\" to \"%3$s\"" ),
|
||||
count, oldDir, newDir );
|
||||
|
||||
if( count )
|
||||
tr_inf( _( "Migrated %1$d files from \"%2$s\" to \"%3$s\"" ),
|
||||
count, oldDir, newDir );
|
||||
closedir( dirh );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue