[perl-Glib-Object-Introspection] Fix a typo in a debug message
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib-Object-Introspection] Fix a typo in a debug message
- Date: Sat, 4 Jun 2011 21:25:28 +0000 (UTC)
commit cf0c359fc07a811ffb36394fed032e59e0d88357
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Thu Jun 2 22:36:34 2011 +0200
Fix a typo in a debug message
GObjectIntrospection.xs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index ecf57fe..d50ce58 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -998,7 +998,7 @@ sv_to_ghash (GIArgInfo *arg_info,
}
out:
- dwarn (" -> hash %p of size %d\n", list, g_hash_table_size (hash));
+ dwarn (" -> hash %p of size %d\n", hash, g_hash_table_size (hash));
g_base_info_unref ((GIBaseInfo *) key_param_info);
g_base_info_unref ((GIBaseInfo *) value_param_info);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]