diff --git a/ud/store/facts.go b/ud/store/facts.go
index 27e4545336632cb2527040a5fd5af0da68133ac3..f453a34f8ca2ca8944599d7d7f999bd4462ad655 100644
--- a/ud/store/facts.go
+++ b/ud/store/facts.go
@@ -174,12 +174,12 @@ func (s *Store) BackUpMissingFacts(username, email, phone fact.Fact) error {
 		}
 	}
 
+	jww.INFO.Printf("USERNAME BACKUP DEBUG (BackUpMissingFacts): fact map after %+v", s.confirmedFacts)
+
 	if modified {
 		return s.saveConfirmedFacts()
 	}
 
-	jww.INFO.Printf("USERNAME BACKUP DEBUG (BackUpMissingFacts): fact map after %+v", s.confirmedFacts)
-
 	return nil
 
 }