Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
otp_src_25.3.2.14-lib-wx-log.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File otp_src_25.3.2.14-lib-wx-log.patch of Package erlang
diff -Ndurp otp_src_25.3.2.14/lib/wx/src/wxe_master.erl otp_src_25.3.2.14-lib-wx-log/lib/wx/src/wxe_master.erl --- otp_src_25.3.2.14/lib/wx/src/wxe_master.erl 2024-09-18 09:52:14.000000000 +0300 +++ otp_src_25.3.2.14-lib-wx-log/lib/wx/src/wxe_master.erl 2024-09-24 15:08:04.200277974 +0300 @@ -169,13 +169,13 @@ handle_cast(_Msg, State) -> %% Description: Handling all non call/cast messages %%-------------------------------------------------------------------- handle_info({wxe_driver, error, Msg}, State) -> - logger:log(error, "wx: ~s", [Msg], #{domain => [wx]}), + logger:log(error, "wx: ~ts", [Msg], #{domain => [wx]}), {noreply, State}; handle_info({wxe_driver, internal_error, Msg}, State) -> - logger:log(error, "wx: ~s", [Msg], #{domain => [wx]}), + logger:log(error, "wx: ~ts", [Msg], #{domain => [wx]}), {noreply, State}; handle_info({wxe_driver, debug, Msg}, State) -> - logger:log(notice, "wx: ~s", [Msg], #{domain => [wx]}), + logger:log(notice, "wx: ~ts", [Msg], #{domain => [wx]}), {noreply, State}; handle_info({wxe_driver, Cmd, File}, State = #state{subscribers=Subs, msgs=Msgs}) when Cmd =:= open_file; Cmd =:= new_file; Cmd =:= print_file;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor