Error logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user