Kaitlin Rupert wrote:
Dan Smith wrote:
> # HG changeset patch
> # User Dan Smith <danms(a)us.ibm.com>
> # Date 1201194993 28800
> # Node ID 3717fb3202ecf289ffb05a94f7d2375658c4191b
> # Parent b0b9833dfa219a3e9a7898c0b6f5bab7afaf460a
> Check CreationClassName in MigrationService
>
> Signed-off-by: Dan Smith <danms(a)us.ibm.com>
>
> diff -r b0b9833dfa21 -r 3717fb3202ec src/Virt_VSMigrationService.c
> --- a/src/Virt_VSMigrationService.c Thu Jan 24 09:16:26 2008 -0800
> +++ b/src/Virt_VSMigrationService.c Thu Jan 24 09:16:33 2008 -0800
> @@ -204,6 +204,15 @@ static CMPIStatus vs_migratable_host(CMP
> return s;
> }
>
> + if (!check_refs_pfx_match(ref, system)) {
> + printf("Classname: %s\n", CLASSNAME(system));
This should be a CU_DEBUG().
I think she's got a Thunderbird plugin that makes CU_DEBUG show up as
32-point, blood red text. I think that's like the fourth one I've gone
right past that she's got. :)
--
-Jay