Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libburn
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Libburnia
libburn
Commits
d4e4607a
Commit
d4e4607a
authored
Aug 03, 2010
by
Thomas Schmitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Obeying burn_set_scsi_logging() with errors of class RETRY
parent
98b2e06c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
cdrskin_timestamp.h
cdrskin/cdrskin_timestamp.h
+1
-1
sg-freebsd.c
libburn/sg-freebsd.c
+1
-1
sg-libcdio.c
libburn/sg-libcdio.c
+1
-1
sg-linux.c
libburn/sg-linux.c
+1
-1
sg-solaris.c
libburn/sg-solaris.c
+1
-1
No files found.
cdrskin/cdrskin_timestamp.h
View file @
d4e4607a
#define Cdrskin_timestamP "2010.08.0
2.141233
"
#define Cdrskin_timestamP "2010.08.0
3.091119
"
libburn/sg-freebsd.c
View file @
d4e4607a
...
...
@@ -966,7 +966,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
measurement. Then remove bit1 */
scsi_log_err
(
c
,
fp
,
c
->
sense
,
sense_len
>
0
?
sense_len
:
18
,
0
,
(
c
->
error
!=
0
)
|
2
);
0
,
1
|
2
);
scsi_log_cmd
(
c
,
fp
,
0
);
}
break
;
...
...
libburn/sg-libcdio.c
View file @
d4e4607a
...
...
@@ -698,7 +698,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
/* >>> Need own duration time
measurement. Then remove bit1 */
scsi_log_err
(
c
,
fp
,
c
->
sense
,
18
,
0
,
(
c
->
error
!=
0
)
|
2
);
1
|
2
);
scsi_log_cmd
(
c
,
fp
,
0
);
}
break
;
...
...
libburn/sg-linux.c
View file @
d4e4607a
...
...
@@ -1922,7 +1922,7 @@ if(0){
done
=
0
;
if
(
burn_sg_log_scsi
&
3
)
{
scsi_log_err
(
c
,
fp
,
s
.
sbp
,
s
.
sb_len_wr
,
s
.
duration
,
c
->
error
!=
0
);
s
.
duration
,
1
);
scsi_log_cmd
(
c
,
fp
,
0
);
}
break
;
...
...
libburn/sg-solaris.c
View file @
d4e4607a
...
...
@@ -653,7 +653,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
/* >>> Need own duration time
measurement. Then remove bit1 */
scsi_log_err
(
c
,
fp
,
c
->
sense
,
18
,
0
,
(
c
->
error
!=
0
)
|
2
);
1
|
2
);
scsi_log_cmd
(
c
,
fp
,
0
);
}
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment