(fix) fixed previous commit

pull/218/merge
Ludovic Marcotte 2017-09-22 10:36:01 -04:00
parent 2ea7cefa3e
commit fe8f08c807
2 changed files with 2 additions and 2 deletions

View File

@ -2589,7 +2589,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{
int t;
[self logWithFormat: @"Sleeping %d seconds while detecting changes for user %@ in Sync...", [[context activeUser] login], internalInterval-total_sleep];
[self logWithFormat: @"Sleeping %d seconds while detecting changes for user %@ in Sync...", internalInterval-total_sleep, [[context activeUser] login]];
for (t = 0; t < sleepInterval; t++)
{

View File

@ -2439,7 +2439,7 @@ void handle_eas_terminate(int signum)
{
int t;
[self logWithFormat: @"Sleeping %d seconds while detecting changes for user %@ in Ping...", [[context activeUser] login], internalInterval-total_sleep];
[self logWithFormat: @"Sleeping %d seconds while detecting changes for user %@ in Ping...", internalInterval-total_sleep, [[context activeUser] login]];
for (t = 0; t < sleepInterval; t++)
{