This is an automated email from the git hooks/post-receive script.

omegaphil pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 038ea898149ea754e3a065394c276af827ca41fd
Author: OmegaPhil <[email protected]>
Date:   Fri Nov 17 20:04:19 2017 +0000

    Missing newline in error message
---
 src/monitor-impls.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/monitor-impls.cpp b/src/monitor-impls.cpp
index d27d4a7..f9a717b 100644
--- a/src/monitor-impls.cpp
+++ b/src/monitor-impls.cpp
@@ -1506,7 +1506,7 @@ void 
NetworkLoadMonitor::configure_interface_names(XfcePanelPlugin *xfce_plugin)
     // Unable to obtain read-only config file - informing user
     std::cerr << _("Unable to obtain read-only config file path in order to "
                    "configure interface names in NetworkLoadMonitor::"
-                   "configure_interface_names!");
+                   "configure_interface_names!\n");
     return;
   }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to