Skip to content
Snippets Groups Projects
Commit c49b99ed authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Print detail when lookup callback is triggered

parent ef5f8c2a
No related branches found
No related tags found
3 merge requests!233Modify restore to call user-defined bindings callback. Add Sent requests to...,!231Revert "Update store to print changes to the partners list",!192Hotfix/improved restore
...@@ -80,6 +80,7 @@ func RestoreContactsFromBackup(backupPartnerIDs []byte, client *Client, ...@@ -80,6 +80,7 @@ func RestoreContactsFromBackup(backupPartnerIDs []byte, client *Client,
updatesCb RestoreContactsUpdater) *RestoreContactsReport { updatesCb RestoreContactsUpdater) *RestoreContactsReport {
extLookupCB := func(c contact.Contact, myErr error) { extLookupCB := func(c contact.Contact, myErr error) {
jww.INFO.Printf("extLookupCB triggered: %v, %v", c, myErr)
bindingsContact := &Contact{c: &c} bindingsContact := &Contact{c: &c}
errStr := "" errStr := ""
if myErr != nil { if myErr != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment