(feat) more verbose output

pull/278/head
Ludovic Marcotte 2017-09-21 14:00:28 -04:00
parent c43411ae1e
commit f5a28ca325
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 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++)
{

View File

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