NS_WARNING

Summary

Macro

Shows a warning on the console (stderr) and in debug logs (NSPR logging). Contrary to NS_ERROR this is meant for noncritical errors.

Syntax

NS_WARNING("warning text");