New commits:
commit 24b1dce39406c4f5eb053ddfdf17f35b6d22ed62
Merge: 0d006db73a 3ce3d91454
Author: Andrew Cagney <[email protected]>
Date:   Wed Jul 16 16:29:26 2025 -0400

    Merge logging: replace llog_error() with llog(ERROR_STREAM)
    
    close #2337 llog_error() made redundant by llog_errno(ERROR_STREAM, ...)

commit 3ce3d91454f6cdaac92d764065d0ab3a3bc27061
Author: Andrew Cagney <[email protected]>
Date:   Wed Jul 16 12:52:15 2025 -0400

    logging: delete llog_error() replaced by ERROR_STREAM

commit 24be2529d73f0a6e4bbeab9ca644451ce7a87375
Author: Andrew Cagney <[email protected]>
Date:   Sat Jul 12 15:41:10 2025 -0400

    logging: replace llog_error(logger,errno,...) with 
llog_errno(ERROR_STREAM,logger,errno, ...)

commit 5e8c4db136a72e0ed0056dc1350f188a9205d432
Author: Andrew Cagney <[email protected]>
Date:   Sat Jul 12 15:09:08 2025 -0400

    logging: replace llog_error(...,errno=0,...) with llog(ERROR_STREAM, ...)

commit 6410e516cfd3d05ec14af5c5298bab6565420a64
Author: Andrew Cagney <[email protected]>
Date:   Sat Jul 12 18:24:45 2025 -0400

    logging: change llog_errno() to a wrapper so that ERRNO can be pre-saved
    
    lesson the odds of a param modifying "ERRNO".

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to