Better log message during import.

Fixed SQL storage for comments.
This commit is contained in:
2017-01-27 23:53:27 +01:00
parent 32a47fbba3
commit c10faceaf6
5 changed files with 22 additions and 35 deletions

View File

@@ -111,7 +111,7 @@ feature -- Import
if
a_response.has_permissions (<<"import files">>)
then
a_import_ctx.log ("Importing files roles...")
a_import_ctx.log ("Importing files ...")
-- From "core" location
p := a_import_ctx.location.extended ("files")
if attached files_from_location (p, True) as l_files then