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.h
parent5af9f7ef618db5956c00d6b1c7f35f33b693479d (diff)
Set macro name to uppercase
Diffstat (limited to 'src/remmina_log.h')
-rw-r--r--src/remmina_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_log.h b/src/remmina_log.h
index bae6fe6e1..189984523 100644
--- a/src/remmina_log.h
+++ b/src/remmina_log.h
@@ -39,7 +39,7 @@
G_BEGIN_DECLS
-#define remmina_debug(fmt, ...) _remmina_debug(__func__, fmt, ##__VA_ARGS__)
+#define REMMINA_DEBUG(fmt, ...) _remmina_debug(__func__, fmt, ##__VA_ARGS__)
void remmina_log_start(void);
gboolean remmina_log_running(void);