diff --git a/AdifWatcher/Program.cs b/AdifWatcher/Program.cs index 3a4b6da..1e264ae 100644 --- a/AdifWatcher/Program.cs +++ b/AdifWatcher/Program.cs @@ -74,7 +74,7 @@ { // Not yet in the log cs.SaveContact(contact); - Console.WriteLine("Imported new contact: {0} by {1}", contact.Callsign, contact.Operator); + Console.WriteLine("Imported new contact: {0}", contact); } importedContacts[r] = 0; }