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:
authorAntenore Gatta <antenore@simbiosi.org>2020-05-21 22:36:38 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-21 22:36:38 +0300
commit3b27fb051e97f690d4d9abb3afa8df1a28582d5e (patch)
treeb69867e9059d04c0a422e19ca4982f11c6aadaa3 /src/remmina_log.c
parent5af9f7ef618db5956c00d6b1c7f35f33b693479d (diff)
Set macro name to uppercase
Diffstat (limited to 'src/remmina_log.c')
-rw-r--r--src/remmina_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_log.c b/src/remmina_log.c
index 2e24a9ac2..4dc6b659f 100644
--- a/src/remmina_log.c
+++ b/src/remmina_log.c
@@ -190,7 +190,7 @@ void remmina_log_print(const gchar *text)
/**
* Print a string in the Remmina Debug Windows and in the terminal.
* The string will be visible in the terminal if G_MESSAGES_DEBUG=all
- * Variadic function of remmina_debug
+ * Variadic function of REMMINA_DEBUG
*/
void _remmina_debug(const gchar *fun, const gchar *fmt, ...)
{