X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fmodule.c;h=2f04b43f5b2de10c29b5756e7bc0d206a65280e9;hb=24a54a0de5e6990b27c6bcc5e4f330974bc01dff;hp=aab28bca84b0dc71592b4215a1d02428e3a7d939;hpb=0bd2f89c122b8ead4c0bec1fbe25956393995622;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/module.c b/ltt/branches/poly/lttv/lttv/module.c index aab28bca..2f04b43f 100644 --- a/ltt/branches/poly/lttv/lttv/module.c +++ b/ltt/branches/poly/lttv/lttv/module.c @@ -199,8 +199,8 @@ static LttvLibrary *library_load(char *name, GError **error) if(gm != NULL) break; - g_string_append(messages, g_module_error()); - g_string_append(messages, "\n"); + messages = g_string_append(messages, g_module_error()); + messages = g_string_append(messages, "\n"); g_log(G_LOG_DOMAIN,G_LOG_LEVEL_INFO,"Trial failed, %s", g_module_error()); }