attempt to fix save/restore of '! --uid-owner squid' problem as reported by Costa Tsaousis (backport from ipv4 owner)
diff --git a/extensions/libip6t_owner.c b/extensions/libip6t_owner.c
index 6f27ebb..99b5c13 100644
--- a/extensions/libip6t_owner.c
+++ b/extensions/libip6t_owner.c
@@ -141,11 +141,11 @@
 {
 	if(info->match & flag) {
 
-		printf(label);
-
 		if (info->invert & flag)
 			printf("! ");
 
+		printf(label);
+
 		switch(info->match & flag) {
 		case IP6T_OWNER_UID:
 			if(!numeric) {