summaryrefslogtreecommitdiff
path: root/camlibs/st2205
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-04-04 08:38:20 +0000
committerHans de Goede <hdegoede@redhat.com>2011-04-04 08:38:20 +0000
commit4b4d28f031b837496babdefe4dff396c3304f8ce (patch)
treec932b4acaa67d667df305396e13b13bafb86cfbb /camlibs/st2205
parent389474f572283863b999c47c0857c4ef1b25b7ff (diff)
downloadlibgphoto2-4b4d28f031b837496babdefe4dff396c3304f8ce.tar.gz
st2205: use st2205 instead of ax203 in no libgd log messages
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13594 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/st2205')
-rw-r--r--camlibs/st2205/library.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/st2205/library.c b/camlibs/st2205/library.c
index e1cb8b458..0f759b72e 100644
--- a/camlibs/st2205/library.c
+++ b/camlibs/st2205/library.c
@@ -242,7 +242,7 @@ get_file_func (CameraFilesystem *fs, const char *folder, const char *filename,
gdFree (gdpng);
return ret;
#else
- gp_log(GP_LOG_ERROR,"ax203", "GD decompression not supported - no libGD present during build");
+ gp_log(GP_LOG_ERROR,"st2205", "GD decompression not supported - no libGD present during build");
return GP_ERROR_NOT_SUPPORTED;
#endif
}
@@ -390,7 +390,7 @@ put_file_func (CameraFilesystem *fs, const char *folder, const char *name,
free (out_name);
return ret;
#else
- gp_log(GP_LOG_ERROR,"ax203", "GD compression not supported - no libGD present during build");
+ gp_log(GP_LOG_ERROR,"st2205", "GD compression not supported - no libGD present during build");
return GP_ERROR_NOT_SUPPORTED;
#endif
}