+ if (args->tag == VC_DYNAMIC_XID) {
+ if (args->verbosity >= 1) {
+ WRITE_MSG(2, "You must specify the tag with '--tag'; try '--help' for more information\n");
+ return wrapper_exit_code;
+ }
+ else {
+ WRITE_MSG(2, ENSC_WRAPPERS_PREFIX "WARNING: A dynamic tag has been specified, this is not supported\n");
+ goto exec;
+ }
+ }