Skip to content

Commit

Permalink
Spit out full contact string
Browse files Browse the repository at this point in the history
  • Loading branch information
rmc47 committed May 1, 2024
1 parent 36fd447 commit 93ba0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdifWatcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 93ba0e7

Please sign in to comment.