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 14:15:16 UTC

[incubator-dlab] branch develop updated: [DLAB-1991]: Fixed reconfigure compute message in audit (#859)

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

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


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

commit 5757ed2772006c3e5ba00bbbece57bf046a57b31
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Thu Aug 13 17:15:03 2020 +0300

    [DLAB-1991]: Fixed reconfigure compute message in audit (#859)
    
    [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