1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-13 07:31:55 +00:00

miracle-dispd: unify log message

Change-Id: I17c7cb0c64ddaecd09ff59f65dcb0e745f6b7174
This commit is contained in:
Derek Dai 2017-04-20 21:47:42 +08:00
parent 5f098041fd
commit 51597c4338
5 changed files with 4 additions and 9 deletions

View file

@ -16,8 +16,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with MiracleCast; If not, see <http://www.gnu.org/licenses/>.
*/
#define LOG_SUBSYSTEM "dispd-encoder"
#include <systemd/sd-event.h>
#include <systemd/sd-bus.h>
#include <stdlib.h>

View file

@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with MiracleCast; If not, see <http://www.gnu.org/licenses/>.
*/
#define LOG_SUBSYSTEM "wfdctl"
#define LOG_SUBSYSTEM "dispd"
#include <locale.h>
#include <signal.h>

View file

@ -16,18 +16,19 @@
* You should have received a copy of the GNU Lesser General Public License
* along with MiracleCast; If not, see <http://www.gnu.org/licenses/>.
*/
#define LOG_SUBSYSTEM "wfd-session"
#include <sys/types.h>
#include <sys/wait.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <time.h>
#include <stdio.h>
#include <fcntl.h>
#include "wfd-session.h"
#include "shl_log.h"
#include "util.h"
#include "rtsp.h"
#include "ctl.h"
#include "dispd-encoder.h"
#define LOCAL_RTP_PORT 16384
#define LOCAL_RTCP_PORT 16385

View file

@ -16,8 +16,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with MiracleCast; If not, see <http://www.gnu.org/licenses/>.
*/
#define LOG_SUBSYSTEM "wfd-session"
#include <time.h>
#include "ctl.h"
#include "rtsp.h"

View file

@ -16,8 +16,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with MiracleCast; If not, see <http://www.gnu.org/licenses/>.
*/
#define LOG_SUBSYSTEM "wfd-session"
#include <assert.h>
#include <time.h>
#include <systemd/sd-event.h>