mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
add import error string
This commit is contained in:
parent
eb4de1843a
commit
6dd371af46
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ func (h *Handler) handlePostImport(w http.ResponseWriter, r *http.Request) {
|
|||
// Import into fragment.
|
||||
err = f.Import(req.GetBitmapIDs(), req.GetProfileIDs())
|
||||
if err != nil {
|
||||
h.logger().Printf("import error: db=%s, frame=%s, slice=%s, bits=%d", db, frame, slice, len(req.GetProfileIDs()))
|
||||
h.logger().Printf("import error: db=%s, frame=%s, slice=%s, bits=%d, err=%s", db, frame, slice, len(req.GetProfileIDs()), err)
|
||||
}
|
||||
|
||||
// Marshal response object.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue