mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
Made sure that all log lines generated by the ib_srpt kernel module
have an "ib_srpt: " prefix. Thanks to Stanley Sufficool for the patch. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1409 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-2
@@ -47,14 +47,13 @@
|
||||
#include <linux/seq_file.h>
|
||||
#endif
|
||||
#include "ib_srpt.h"
|
||||
#define LOG_PREFIX "ib_srpt" /* Prefix for SCST tracing macros. */
|
||||
#include "scst_debug.h"
|
||||
|
||||
#define CONFIG_SCST_PROC
|
||||
|
||||
/* Name of this kernel module. */
|
||||
#define DRV_NAME "ib_srpt"
|
||||
/* Prefix for printk() kernel messages. */
|
||||
#define LOG_PFX DRV_NAME ": "
|
||||
#define DRV_VERSION "1.0.1"
|
||||
#define DRV_RELDATE "July 10, 2008"
|
||||
#if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)
|
||||
|
||||
Reference in New Issue
Block a user