sync output: hide "<source>: started" INFO messages

These messages get printed at the start of processing each
SyncML message. This is not particularly useful and just
adds noise to the output.
This commit is contained in:
Patrick Ohly 2014-01-30 20:21:37 +01:00
parent 3bcb67178c
commit 940f1ba7d8
2 changed files with 3 additions and 28 deletions

View File

@ -1926,8 +1926,9 @@ bool SyncContext::displaySourceProgress(SyncSource &source,
}
case sysync::PEV_SYNCSTART:
/* sync started */
SE_LOG_INFO(NULL, "%s: started",
source.getDisplayName().c_str());
/* Get's triggered by libsynthesis frequently. Not very useful. */
/* SE_LOG_INFO(NULL, "%s: started",
source.getDisplayName().c_str()); */
break;
case sysync::PEV_ITEMRECEIVED:
/* item received, extra1=current item count,

View File

@ -8366,9 +8366,7 @@ Comparison was impossible.
*** @default/addressbook ***
Comparison was impossible.
[INFO] @default/addressbook: started
[INFO] @default/addressbook: sent 1
[INFO @client] @client/addressbook: started
[INFO @client] @client/addressbook: received 1/1
[INFO] @default/addressbook: first time sync done successfully
[INFO @client] @client/addressbook: first time sync done successfully
@ -8461,8 +8459,6 @@ no changes
*** @default/addressbook ***
no changes
[INFO] @default/addressbook: started
[INFO @client] @client/addressbook: started
[INFO] @default/addressbook: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
[INFO @client] creating complete data backup after sync (enabled with dumpData and needed for printChanges)
@ -8552,9 +8548,7 @@ VERSION:3.0 VERSION:3.0
END:VCARD END:VCARD
-------------------------------------------------------------------------------
[INFO] @default/addressbook: started
[INFO] @default/addressbook: sent 1
[INFO @client] @client/addressbook: started
[INFO @client] @client/addressbook: received 1/1
[INFO] @default/addressbook: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
@ -8648,9 +8642,7 @@ VERSION:3.0 <
END:VCARD <
-------------------------------------------------------------------------------
[INFO] @default/addressbook: started
[INFO] @default/addressbook: sent 1
[INFO @client] @client/addressbook: started
[INFO @client] @client/addressbook: received 1/1
[INFO] @default/addressbook: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
@ -8755,16 +8747,12 @@ Comparison was impossible.
*** @default/addressbook ***
Comparison was impossible.
[INFO] @default/addressbook: started
[INFO] creating complete data backup of source calendar before sync (enabled with dumpData and needed for printChanges)
*** @default/calendar ***
Comparison was impossible.
[INFO] @default/calendar: started
[INFO] @default/addressbook: sent 1
[INFO @client] @client/addressbook: started
[INFO @client] @client/addressbook: received 1/1
[INFO @client] @client/calendar: started
[INFO] @default/addressbook: first time sync done successfully
[INFO] @default/calendar: first time sync done successfully
[INFO @client] @client/addressbook: first time sync done successfully
@ -8871,14 +8859,10 @@ no changes
*** @default/addressbook ***
no changes
[INFO] @default/addressbook: started
[INFO] creating complete data backup of source calendar before sync (enabled with dumpData and needed for printChanges)
*** @default/calendar ***
no changes
[INFO] @default/calendar: started
[INFO @client] @client/addressbook: started
[INFO @client] @client/calendar: started
[INFO] @default/addressbook: normal sync done successfully
[INFO] @default/calendar: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
@ -8988,16 +8972,12 @@ VERSION:3.0 VERSION:3.0
END:VCARD END:VCARD
-------------------------------------------------------------------------------
[INFO] @default/addressbook: started
[INFO] creating complete data backup of source calendar before sync (enabled with dumpData and needed for printChanges)
*** @default/calendar ***
no changes
[INFO] @default/calendar: started
[INFO] @default/addressbook: sent 1
[INFO @client] @client/addressbook: started
[INFO @client] @client/addressbook: received 1/1
[INFO @client] @client/calendar: started
[INFO] @default/addressbook: normal sync done successfully
[INFO] @default/calendar: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
@ -9110,16 +9090,12 @@ VERSION:3.0 <
END:VCARD <
-------------------------------------------------------------------------------
[INFO] @default/addressbook: started
[INFO] creating complete data backup of source calendar before sync (enabled with dumpData and needed for printChanges)
*** @default/calendar ***
no changes
[INFO] @default/calendar: started
[INFO] @default/addressbook: sent 1
[INFO @client] @client/addressbook: started
[INFO @client] @client/addressbook: received 1/1
[INFO @client] @client/calendar: started
[INFO] @default/addressbook: normal sync done successfully
[INFO] @default/calendar: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
@ -9218,8 +9194,6 @@ no changes
*** @default/addressbook ***
no changes
[INFO] @default/addressbook: started
[INFO @client] @client/addressbook: started
[INFO] @default/addressbook: normal sync done successfully
[INFO @client] @client/addressbook: normal sync done successfully
[INFO @client] creating complete data backup after sync (enabled with dumpData and needed for printChanges)