(feat) more verbose output

This commit is contained in:
Ludovic Marcotte
2017-09-21 14:00:28 -04:00
parent 6730db74e6
commit 6b6f70ce9d
2 changed files with 2 additions and 2 deletions
+1 -1
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 in Sync...", internalInterval-total_sleep];
[self logWithFormat: @"Sleeping %d seconds while detecting changes for user %@ in Sync...", [[context activeUser] login], internalInterval-total_sleep];
for (t = 0; t < sleepInterval; t++)
{
+1 -1
View File
@@ -2439,7 +2439,7 @@ void handle_eas_terminate(int signum)
{
int t;
[self logWithFormat: @"Sleeping %d seconds while detecting changes in Ping...", internalInterval-total_sleep];
[self logWithFormat: @"Sleeping %d seconds while detecting changes for user %@ in Ping...", [[context activeUser] login], internalInterval-total_sleep];
for (t = 0; t < sleepInterval; t++)
{