Remove some debug code from storage_driver.c

This commit is contained in:
Cole Robinson 2009-05-05 14:18:51 +00:00
parent 48e9d6862a
commit 2a9ca74164
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
Tue May 5 10:18:15 EDT 2009 Cole Robinson <crobinso@redhat.com>
* src/storage_driver.c: Remove some debug code from storage_driver.c
Tue May 5 10:16:56 EDT 2009 Cole Robinson <crobinso@redhat.com>
* src/libvirt.c: Use proper error code in virStorageVolCreateXML

View File

@ -1251,12 +1251,6 @@ storageVolumeCreateXML(virStoragePoolPtr obj,
volobj = virGetStorageVol(obj->conn, pool->def->name, voldef->name,
voldef->key);
if (0) {
printf("after vol lookup.\n");
virReportOOMError(obj->conn);
goto cleanup;
}
if (volobj && backend->buildVol) {
int buildret;
virStorageVolDefPtr buildvoldef = NULL;