Skip to content

Commit 0a79a82

Browse files
Steven Gradycopybara-github
authored andcommitted
[roll] Roll fuchsia [ffx] Fixed log check in strict mode
The handling of env vars in strict mode was incorrect (even after fxr/1177196); one consequence was that the `log.enabled` compiled-in default was being ignored, resulting in no logging occurring in strict mode (which may actually be the right behavior, but it should be explicit rather than dependent on a bug). Original-Fixed: 380520089 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1178489 Original-Revision: 68b95a7a0abc6e980e2e7ddff8164ae6b7bdd80d GitOrigin-RevId: 5e8731dd6781c01571e8eaa4016e887d22ad3f55 Change-Id: Iaf7001336e9a38fb48eac3b566e742e00cb72da0
1 parent 6d1cd4a commit 0a79a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="c2a9f5890f854ddee73816b0a8b6f6e9eec589d7"/>
14+
revision="68b95a7a0abc6e980e2e7ddff8164ae6b7bdd80d"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)