Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Panozzo <giovanni@panozzo.it>2015-05-12 21:33:09 +0300
committerGiovanni Panozzo <giovanni@panozzo.it>2015-05-12 21:33:09 +0300
commit476ffebfff08f12a9a3663f18e100e252875ce4e (patch)
tree060e17fd3f469eb88fc81b59ec7ee3eee6759cd2 /remmina-plugins/nx
parent3e92940de4bcccde42951e12cc1faa3181639213 (diff)
Remove useless messages shown on stdout at program startup
Diffstat (limited to 'remmina-plugins/nx')
-rw-r--r--remmina-plugins/nx/nx_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remmina-plugins/nx/nx_plugin.c b/remmina-plugins/nx/nx_plugin.c
index c02d2d366..4e8508cee 100644
--- a/remmina-plugins/nx/nx_plugin.c
+++ b/remmina-plugins/nx/nx_plugin.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* In addition, as a special exception, the copyright holders give
@@ -832,7 +832,7 @@ remmina_plugin_entry(RemminaPluginService *service)
s = strchr(remmina_kbtype, ',');
if (s)
*s = '\0';
- g_print("NX: detected keyboard type %s\n", remmina_kbtype);
+ /* g_print("NX: detected keyboard type %s\n", remmina_kbtype); */
}
XCloseDisplay(dpy);
}