Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.

This commit is contained in:
Gregory Nutt
2016-06-20 08:57:08 -06:00
parent 5002e27e84
commit 2b445ddccc
43 changed files with 243 additions and 575 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ void usbtrace(uint16_t event, uint16_t value)
}
}
#else
/* Just print the data using lowsyslog */
/* Just print the data using syslog */
usbtrace_trprintf(usbtrace_syslog, event, value);
#endif