kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'log-messages-no-git-conflict-markers' into 'master'
Don't use strings that are similar to conflict markers in debug msgs See merge request sane-project/backends!60merge-requests/62/head
commit
15fd9bc9ce
|
@ -574,7 +574,7 @@ do_cancel( Plustek_Scanner *scanner, SANE_Bool closepipe )
|
|||
|
||||
if( sanei_thread_is_valid (scanner->reader_pid) ) {
|
||||
|
||||
DBG( _DBG_PROC, ">>>>>>>> killing reader_process <<<<<<<<\n" );
|
||||
DBG( _DBG_PROC, "---- killing reader_process ----\n" );
|
||||
|
||||
cancelRead = SANE_TRUE;
|
||||
scanner->calibrating = SANE_FALSE;
|
||||
|
|
|
@ -473,7 +473,7 @@ static SANE_Status do_cancel( Plustek_Scanner *scanner, SANE_Bool closepipe )
|
|||
|
||||
if( sanei_thread_is_valid( scanner->reader_pid )) {
|
||||
|
||||
DBG( _DBG_PROC, ">>>>>>>> killing reader_process <<<<<<<<\n" );
|
||||
DBG( _DBG_PROC, "---- killing reader_process ----\n" );
|
||||
|
||||
/* tell the driver to stop scanning */
|
||||
if( -1 != scanner->hw->fd ) {
|
||||
|
|
|
@ -1871,7 +1871,7 @@ void sane_cancel (SANE_Handle h)
|
|||
/* signal the reader, if any */
|
||||
if (sanei_thread_is_valid (pss->child))
|
||||
{
|
||||
DBG( DL_INFO, ">>>>>>>> killing reader_process <<<<<<<<\n" );
|
||||
DBG( DL_INFO, "---- killing reader_process ----\n" );
|
||||
|
||||
sigemptyset(&(act.sa_mask));
|
||||
act.sa_flags = 0;
|
||||
|
|
|
@ -393,7 +393,7 @@ static SANE_Status do_cancel( U12_Scanner *scanner, SANE_Bool closepipe )
|
|||
|
||||
if( sanei_thread_is_valid (scanner->reader_pid) ) {
|
||||
|
||||
DBG( _DBG_PROC, ">>>>>>>> killing reader_process <<<<<<<<\n" );
|
||||
DBG( _DBG_PROC, "---- killing reader_process ----\n" );
|
||||
|
||||
cancelRead = SANE_TRUE;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue