Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
1aa5da5e
Commit
1aa5da5e
authored
Feb 24, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved the output message when waiting for lock
parent
7c816665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apm.cpp
apm.cpp
+1
-1
No files found.
apm.cpp
View file @
1aa5da5e
...
...
@@ -98,7 +98,7 @@ void OperationManager::statusChanged(Akabei::Backend::Status status)
case
Akabei
::
Backend
::
StatusWaitingForLock
:
{
QTextStream
out
(
stdout
);
out
<<
QObject
::
tr
(
"A
nother instance of akabei is currently running. When it finishes, we will continue!
"
)
<<
endl
;
out
<<
QObject
::
tr
(
"A
cquiring the lock ... (this will wait for other running instances to complete)
"
)
<<
endl
;
break
;
}
...
...
Write
Preview
Markdown
is supported
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