Comment 19 for bug 138794

Revision history for this message
Kow (kow) wrote :

The easiest fix would be to create 2 global bools that are set to true once the error message they represent has been reported. Each nm_info needs to be embedded within a if(!error_bool{1,2}) for instance. This method would lead to each error msg only being reported once per network-manager run.