Added macro around texture exporter to ensure tpv compliance, started messing with develop.py

This commit is contained in:
Hazim Gazov
2010-04-19 23:12:15 -03:00
parent 0dbd278707
commit 929694dc07
3 changed files with 34 additions and 2 deletions

View File

@@ -809,7 +809,7 @@ std::string LLAppViewerLinux::generateSerialNumber()
}
else
{
llerrs << "Couldn't open /dev/disk/by-uuid/" << llendl;
llwarns << "Couldn't open /dev/disk/by-uuid/" << llendl;
}
if(rootDeviceName != "" && rootDeviceUUID != "")
@@ -823,7 +823,7 @@ std::string LLAppViewerLinux::generateSerialNumber()
}
else
{
llinfos << "Could not find root device's UUID" << llendl;
llwarns << "Could not find root device's UUID" << llendl;
}
#endif
return serial_md5;