diff options
| -rwxr-xr-x | scripts/yocto-kernel | 2 | ||||
| -rwxr-xr-x | scripts/yocto-layer | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/yocto-kernel b/scripts/yocto-kernel index fd97cb77d9..5c70d0c8cc 100755 --- a/scripts/yocto-kernel +++ b/scripts/yocto-kernel | |||
| @@ -351,7 +351,7 @@ subcommands = { | |||
| 351 | 351 | ||
| 352 | 352 | ||
| 353 | def start_logging(loglevel): | 353 | def start_logging(loglevel): |
| 354 | logging.basicConfig(filname = 'yocto-kernel.log', filemode = 'w', level=loglevel) | 354 | logging.basicConfig(filename = 'yocto-kernel.log', filemode = 'w', level=loglevel) |
| 355 | 355 | ||
| 356 | 356 | ||
| 357 | def main(): | 357 | def main(): |
diff --git a/scripts/yocto-layer b/scripts/yocto-layer index a5267f2c11..d58facaa41 100755 --- a/scripts/yocto-layer +++ b/scripts/yocto-layer | |||
| @@ -113,7 +113,7 @@ subcommands = { | |||
| 113 | 113 | ||
| 114 | 114 | ||
| 115 | def start_logging(loglevel): | 115 | def start_logging(loglevel): |
| 116 | logging.basicConfig(filname = 'yocto-layer.log', filemode = 'w', level=loglevel) | 116 | logging.basicConfig(filename = 'yocto-layer.log', filemode = 'w', level=loglevel) |
| 117 | 117 | ||
| 118 | 118 | ||
| 119 | def main(): | 119 | def main(): |
