Skip to content

Commit

Permalink
Sync code, rebuild PL files
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinGrau-PSC committed Oct 28, 2019
1 parent 66b41f0 commit cae1aca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified dist/oe12/Diagnostic.pl
Binary file not shown.
Binary file modified dist/oe12/Spark.pl
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Spark/Diagnostic/Util/RemoteMetrics.cls
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Spark.Diagnostic.Util.RemoteMetrics inherits Spark.Diagnostic.Util.Logger
/* Report which endpoint is being access, with verb and payload (if available). */
oLogger:Debug(substitute("Invoking: &1 &2 &3", poHttpMethod:ToString(), pcRequestURI)).
if valid-object(poRequestData) then
oLogger:Trace(substitute("Payload: &1", poRequestData:getJsonText())).
oLogger:Trace(substitute("Invoke Payload: &1 bytes", length(poRequestData:getJsonText(), "raw"))).

/* Set credentials for HTTP basic using the specific realm. */
assign oCredentials = new Credentials(this-object:ManagerRealm,
Expand Down
2 changes: 1 addition & 1 deletion src/Spark/version.i
Original file line number Diff line number Diff line change
@@ -1 +1 @@
&GLOBAL-DEFINE SPARK_VERSION 4.6.0-2019.10.18.112902 (12.1.0)
&GLOBAL-DEFINE SPARK_VERSION 4.6.1-2019.10.28.021736 (12.1.0)

0 comments on commit cae1aca

Please sign in to comment.