Error logging

This commit is contained in:
2025-10-29 10:55:25 +01:00
parent bee4c398ce
commit d429b4bd5a

View File

@@ -30,6 +30,7 @@ public class SecretService : ISecretService
return true;
} catch (GLib.GException ex)
{
Console.Error.WriteLine($"Error creating collection '{label}' (probably cancelled by user): " + ex.Message);
return false;
}
}