You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/08/13 13:27:24 UTC

[incubator-dlab] branch DLAB-1991 updated: [DLAB-1991]: Fixed reconfigure compute message in audit

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-1991
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1991 by this push:
     new 09ff006  [DLAB-1991]: Fixed reconfigure compute message in audit
09ff006 is described below

commit 09ff006bb700c63cad678bff0248b165da2f9c13
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Aug 13 16:26:55 2020 +0300

    [DLAB-1991]: Fixed reconfigure compute message in audit
---
 .../src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java b/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java
index 251298f..2c152a4 100644
--- a/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java
+++ b/services/dlab-webapp-common/src/main/java/com/epam/dlab/rest/contracts/ComputationalAPI.java
@@ -21,7 +21,7 @@ package com.epam.dlab.rest.contracts;
 
 public interface ComputationalAPI {
 	String AUDIT_MESSAGE = "Notebook name %s";
-	String AUDIT_COMPUTATIONAL_RECONFIGURE_MESSAGE = "Reconfigure compute <%s>, requested for notebook <%s>";
+	String AUDIT_COMPUTATIONAL_RECONFIGURE_MESSAGE = "Reconfigure compute %s, requested for notebook %s";
 	String LIBRARY = "library/";
 	String COMPUTATIONAL = "computational";
 	String COMPUTATIONAL_CREATE = COMPUTATIONAL + "/create";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org