summaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c
index 05461864..eb9e9feb 100644
--- a/common/log.c
+++ b/common/log.c
@@ -89,7 +89,7 @@ log_xrdp2syslog(const int lvl)
* @return syslog equivalent logging level
*
*/
-void DEFAULT_CC
+static void DEFAULT_CC
log_lvl2str(int lvl, char* str)
{
switch (lvl)