diff --git a/SparkleShare/Linux/SparkleBubbles.cs b/SparkleShare/Linux/SparkleBubbles.cs index a5d9dbc5..50986c1e 100755 --- a/SparkleShare/Linux/SparkleBubbles.cs +++ b/SparkleShare/Linux/SparkleBubbles.cs @@ -55,7 +55,7 @@ namespace SparkleShare { notification.Show (); } catch (Exception e) { - Logger.LogInfo ("Notification", "Error showing notification: ", e); + SparkleLogger.LogInfo ("Notification", "Error showing notification: ", e); } }; }