summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-filesys.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-11-05 20:38:57 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-11-05 20:38:57 +0000
commit4b0e3201b36979ec7b5581924839d1acd715f02b (patch)
treeb3afa51cc59fa3d593c781a8c082cf979e0a1fba /libgphoto2/gphoto2-filesys.c
parent49e5bbdc3a1474c78a209ef81beb3bbee700b239 (diff)
downloadlibgphoto2-4b0e3201b36979ec7b5581924839d1acd715f02b.tar.gz
GP_MIME_TXT == text/plain for .txt
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15233 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-filesys.c')
-rw-r--r--libgphoto2/gphoto2-filesys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgphoto2/gphoto2-filesys.c b/libgphoto2/gphoto2-filesys.c
index c1d65772c..129bec5ca 100644
--- a/libgphoto2/gphoto2-filesys.c
+++ b/libgphoto2/gphoto2-filesys.c
@@ -1587,8 +1587,8 @@ gp_filesystem_get_file_impl (CameraFilesystem *fs, const char *folder,
return GP_OK;
}
- gp_context_status (context, _("Downloading '%s' from folder '%s'..."),
- filename, folder);
+ GP_LOG_D ("Downloading '%s' from folder '%s'...", filename, folder);
+
CR (fs->get_file_func (fs, folder, filename, type, file,
fs->data, context));