[libvirt] [PATCH] API: prefer to use NULLSTR macro

Osier Yang jyang at redhat.com
Wed Sep 21 10:09:46 UTC 2011


于 2011年09月21日 17:53, Daniel Veillard 写道:
> On Wed, Sep 21, 2011 at 05:38:26PM +0800, Osier Yang wrote:
>> ---
>>   src/libvirt.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/src/libvirt.c b/src/libvirt.c
>> index 05c0a87..8f94b11 100644
>> --- a/src/libvirt.c
>> +++ b/src/libvirt.c
>> @@ -10300,7 +10300,7 @@ virConnectFindStoragePoolSources(virConnectPtr conn,
>>                                    unsigned int flags)
>>   {
>>       VIR_DEBUG("conn=%p, type=%s, src=%s, flags=%x",
>> -              conn, type ? type : "", srcSpec ? srcSpec : "", flags);
>> +              conn, NULLSTR(type), NULLSTR(srcSpec), flags);
>>
>>       virResetLastError();
>>
>    ACK,
>
> Daniel
>

Thanks, pushed.

Osier




More information about the libvir-list mailing list