[arvados] updated: 2.7.0-4962-g1c44784440

git repository hosting git at public.arvados.org
Tue Oct 10 15:17:37 UTC 2023


Summary of changes:
 lib/install/deps.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1c447844404aff3cb812cf42a915ba3b87c75986 (commit)
      from  9850ac96ab2c11b9776d56beef98d18e4dbdc27d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1c447844404aff3cb812cf42a915ba3b87c75986
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Oct 10 12:17:02 2023 -0300

    21055: Replaces %w with %v for error logging.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index 076a4e2b6a..ac3c466cb0 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -270,7 +270,7 @@ fi
 		if err != nil {
 			// Just warn instead of fail because this is expected when running
 			// inside Docker.
-			logger.Warnf("couldn't set fs.inotify.max_user_watches value: %w", err)
+			logger.Warnf("couldn't set fs.inotify.max_user_watches value: %v", err)
 		}
 	}
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list