summaryrefslogtreecommitdiff
path: root/src/ug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ug.c')
-rwxr-xr-xsrc/ug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ug.c b/src/ug.c
index 09f4679..aac737b 100755
--- a/src/ug.c
+++ b/src/ug.c
@@ -138,7 +138,7 @@ UG_API int ug_destroy_me(ui_gadget_h ug)
}
if (ug->state == UG_STATE_DESTROYING) {
- _ERR("ug_destory_me() failed:ug is alreay on destroying");
+ _ERR("ug_destory_me() failed:ug(%p) is already on destroying", ug);
return -1;
}