(fix) fixed previous commit

pull/278/head
Ludovic Marcotte 2017-09-22 10:36:01 -04:00
parent f5a28ca325
commit 5ca9a90a65
2 changed files with 2 additions and 2 deletions

View File

@ -2592,7 +2592,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

@ -2465,7 +2465,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++)
{