Skip to content

Commit 1434044

Browse files
committed
reduce numberparseexception to debug
1 parent 502f4ab commit 1434044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows/ViewModels/AddContactPageViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public async Task RefreshContacts(CancellationToken? cancellationToken = null)
149149
}
150150
catch (NumberParseException)
151151
{
152-
Logger.LogWarning("RefreshContacts() could not parse number");
152+
Logger.LogDebug("RefreshContacts() could not parse number");
153153
continue;
154154
}
155155
if (!seenNumbers.Contains(formattedNumber))

0 commit comments

Comments
 (0)