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:
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);