Changeset 3839
- Timestamp:
- 02/15/12 15:23:31 (15 months ago)
- File:
-
- 1 edited
-
trunk/engine/core/model/model.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/core/model/model.cpp
r3689 r3839 229 229 return it->second; 230 230 } 231 FL_WARN(_log, "No object of requested named \"" + id + "\" in namespace \"" + name_space232 + "\" found.");233 231 return NULL; 234 232 } … … 254 252 } 255 253 256 FL_WARN(_log, "Unable to find namespace \"" + name_space + "\".");257 254 return NULL; 258 255 } … … 269 266 } 270 267 m_last_namespace = 0; 271 FL_WARN(_log, "Unable to find namespace \"" + name_space + "\".");272 268 return NULL; 273 269 }
Note: See TracChangeset
for help on using the changeset viewer.
