mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
trace_level help updated
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4773 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -167,7 +167,7 @@ static char *scst_proc_help_string =
|
||||
" buff, mem, sg, out_of_mem, special, scsi,\n"
|
||||
" mgmt, minor, mgmt_dbg]\n"
|
||||
" Additionally for /proc/scsi_tgt/trace_level there are these TOKENs\n"
|
||||
" [scsi_serializing, retry, recv_bot, send_bot, recv_top, send_top]\n"
|
||||
" [scsi_serializing, retry, recv_bot, send_bot, recv_top, send_top, pr, block]\n"
|
||||
" echo \"dump_prs dev_name\" >/proc/scsi_tgt/trace_level\n"
|
||||
#endif
|
||||
;
|
||||
|
||||
@@ -136,7 +136,7 @@ static ssize_t scst_trace_level_show(const struct scst_trace_log *local_tbl,
|
||||
" special, scsi, mgmt, minor,\n"
|
||||
" mgmt_dbg, scsi_serializing,\n"
|
||||
" retry, recv_bot, send_bot, recv_top, pr,\n"
|
||||
" send_top%s]\n", help != NULL ? help : "");
|
||||
" block, send_top%s]\n", help != NULL ? help : "");
|
||||
|
||||
return pos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user