Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
af7b323e
Commit
af7b323e
authored
Mar 07, 2013
by
Stratos Psomadakis
Browse files
Fix log string format
parent
5d342b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/api/management/commands/server-list.py
View file @
af7b323e
...
...
@@ -181,7 +181,7 @@ class ImageCache(object):
try
:
self
.
images
[
imageid
]
=
get_image
(
imageid
,
userid
)[
'name'
]
except
Exception
as
e
:
log
.
warning
(
"Error getting image name from imageid %s"
,
log
.
warning
(
"Error getting image name from imageid
%s:
%s"
,
imageid
,
e
)
self
.
images
[
imageid
]
=
imageid
...
...
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