mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
Remove some debug code from storage_driver.c
This commit is contained in:
parent
48e9d6862a
commit
2a9ca74164
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user