diff --git a/loader/loader.go b/loader/loader.go index 623e21cb49afa221389dcbba56092e4b8a82e7bb..99f7e1ca1e46fa98fed7addadde361a026ca7a90 100644 --- a/loader/loader.go +++ b/loader/loader.go @@ -175,9 +175,9 @@ func (s *state) handleNQuadsWhileAssign(wg *sync.WaitGroup) { // Just put in a retry loop to tackle temporary errors. if err == posting.E_TMP_ERROR { time.Sleep(time.Microsecond) - glog.WithError(err).WithField("nq.Subject", nq.Subject). - Error("Temporary error") - } else { + glog.WithError(err).WithField("nq.Subject", nq.Subject). + Error("Temporary error") + } else { glog.WithError(err).WithField("nq.ObjectId", nq.ObjectId). Error("While getting UID") return