Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
7001c538
Commit
7001c538
authored
Sep 25, 2015
by
Romain Bioteau
Browse files
Add successful log
parent
15be455c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.common.repository/src/org/bonitasoft/studio/common/repository/Repository.java
View file @
7001c538
...
...
@@ -508,6 +508,8 @@ public class Repository implements IRepository, IJavaContainer {
final
IStatus
status
=
operation
.
run
(
NULL_PROGRESS_MONITOR
);
if
(!
status
.
isOK
())
{
logErrorStatus
(
status
);
}
else
{
BonitaStudioLog
.
info
(
String
.
format
(
"%s archive exported successfully."
,
fileName
),
CommonRepositoryPlugin
.
PLUGIN_ID
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment