projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b817fa7
)
LP1929741 Net service tidier request logging
author
Bill Erickson
<berickxx@gmail.com>
Wed, 30 Dec 2020 16:43:50 +0000
(11:43 -0500)
committer
Jane Sandberg
<js7389@princeton.edu>
Sun, 2 Oct 2022 15:02:49 +0000
(08:02 -0700)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/core/net.service.ts
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/app/core/net.service.ts
b/Open-ILS/src/eg2/src/app/core/net.service.ts
index
42dae19
..
6d3626d
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/core/net.service.ts
+++ b/
Open-ILS/src/eg2/src/app/core/net.service.ts
@@
-109,7
+109,7
@@
export class NetService {
// Send the compiled request to the server via WebSockets
sendCompiledRequest(request: NetRequest): void {
OpenSRF.Session.transport = OSRF_TRANSPORT_TYPE_WS;
- console.debug(`
Net: request
${request.method}`);
+ console.debug(`${request.method}`);
request.session.request({
async : true, // WS only operates in async mode