1
0
Fork 0
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:
Charles Kerr 2008-04-10 02:53:03 +00:00
parent 5b29d7cb3b
commit 1f95e1d450

View file

@ -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 );
}
}