Commit f2fb62b3 authored by matt mooney's avatar matt mooney Committed by Greg Kroah-Hartman

staging: usbip: userspace: libsrc: set program name for logging

Set the program name to "libusbip" to identify that the message is
from the library code.
Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4fd83e84
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
#include "usbip.h" #include "usbip.h"
#undef PROGNAME
#define PROGNAME "libusbip"
struct usbip_stub_driver *stub_driver; struct usbip_stub_driver *stub_driver;
static struct sysfs_driver *open_sysfs_stub_driver(void) static struct sysfs_driver *open_sysfs_stub_driver(void)
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
#include "usbip.h" #include "usbip.h"
#include "names.h" #include "names.h"
#undef PROGNAME
#define PROGNAME "libusbip"
int usbip_use_syslog = 0; int usbip_use_syslog = 0;
int usbip_use_stderr = 0; int usbip_use_stderr = 0;
int usbip_use_debug = 0; int usbip_use_debug = 0;
......
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
#include "usbip.h" #include "usbip.h"
#undef PROGNAME
#define PROGNAME "libusbip"
struct usbip_vhci_driver *vhci_driver; struct usbip_vhci_driver *vhci_driver;
static struct usbip_imported_device *imported_device_init(struct usbip_imported_device *idev, char *busid) static struct usbip_imported_device *imported_device_init(struct usbip_imported_device *idev, char *busid)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment