1311f72 Fix timing to save errno

5 files Authored by miztake 4 years ago, Committed by pbrezina 4 years ago,
    Fix timing to save errno
    
    The timing to save some errnos is after DEBUG output, not immediately after the system call.
    Fix to save errno before DEBUG output so that errno is not overwritten by DEBUG output processing.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2