Skip to content

Commit

Permalink
fix: message format
Browse files Browse the repository at this point in the history
  • Loading branch information
Suqatri committed Apr 9, 2024
1 parent a706b94 commit 60b88f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class RediCloudNode(
}

fun saveFileToTemplate(containerPath: String, destination: File, folder: Boolean): Boolean {
LOGGER.info("Saving folder $containerPath to template of node $config.name in cluster ${cluster.config.name}...")
LOGGER.info("Saving folder $containerPath to ${destination.absolutePath} (${config.name}@${cluster.config.name})...")
if (!existsFolder(containerPath)) return false
LOGGER.info("Copying folder from container to local folder...")
var tempFolder = tempDirectory
Expand Down

0 comments on commit 60b88f7

Please sign in to comment.