* [dts] [PATCH V1] framework/dts:delete redundant log info
@ 2020-01-22 5:47 Haiyang Zhao
2020-02-10 8:54 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Haiyang Zhao @ 2020-01-22 5:47 UTC (permalink / raw)
To: dts; +Cc: Haiyang Zhao
Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
framework/dts.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/framework/dts.py b/framework/dts.py
index afe44b4..a637209 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -83,7 +83,6 @@ def dts_parse_param(config, section):
try:
shared_lib_parameters = config.get(section, 'shared_lib_param')
except Exception as e:
- log_handler.info("{}".format(e))
shared_lib_parameters = ''
shared_lib_parameters = shared_lib_parameters.split(':')
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH V1] framework/dts:delete redundant log info
2020-01-22 5:47 [dts] [PATCH V1] framework/dts:delete redundant log info Haiyang Zhao
@ 2020-02-10 8:54 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-02-10 8:54 UTC (permalink / raw)
To: Zhao, HaiyangX, dts; +Cc: Zhao, HaiyangX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao
> Sent: Wednesday, January 22, 2020 1:47 PM
> To: dts@dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts] [PATCH V1] framework/dts:delete redundant log info
>
> Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
> ---
> framework/dts.py | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/framework/dts.py b/framework/dts.py index afe44b4..a637209
> 100644
> --- a/framework/dts.py
> +++ b/framework/dts.py
> @@ -83,7 +83,6 @@ def dts_parse_param(config, section):
> try:
> shared_lib_parameters = config.get(section, 'shared_lib_param')
> except Exception as e:
> - log_handler.info("{}".format(e))
> shared_lib_parameters = ''
> shared_lib_parameters = shared_lib_parameters.split(':')
>
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-10 8:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 5:47 [dts] [PATCH V1] framework/dts:delete redundant log info Haiyang Zhao
2020-02-10 8:54 ` Tu, Lijuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).