VMDK: Remove debug message
(Hervé Poussineau) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5015 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									56fc64dfd0
								
							
						
					
					
						commit
						e64995dbc1
					
				| 
						 | 
					@ -376,7 +376,6 @@ static int vmdk_open(BlockDriverState *bs, const char *filename, int flags)
 | 
				
			||||||
    if (parent_open)
 | 
					    if (parent_open)
 | 
				
			||||||
        // Parent must be opened as RO.
 | 
					        // Parent must be opened as RO.
 | 
				
			||||||
        flags = BDRV_O_RDONLY;
 | 
					        flags = BDRV_O_RDONLY;
 | 
				
			||||||
    fprintf(stderr, "(VMDK) image open: flags=0x%x filename=%s\n", flags, bs->filename);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ret = bdrv_file_open(&s->hd, filename, flags);
 | 
					    ret = bdrv_file_open(&s->hd, filename, flags);
 | 
				
			||||||
    if (ret < 0)
 | 
					    if (ret < 0)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue