Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Jun 24, 2014
1 parent b6c8ffb commit b8d160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofSketchApp/src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void App::compileProject(const void* pSender, ofx::JSONRPC::MethodArgs& args)
ofLogNotice("App::compileProject") << "Compiling " << projectName << " project";
const Project& project = _projectManager.getProject(projectName);
Poco::UUID taskId = _compiler.compile(project);
ofLogNotice("APP::compileProject") << "Task ID: " << taskId.toString();
ofLogNotice("App::compileProject") << "Task ID: " << taskId.toString();
args.result = taskId.toString();
}
else args.error["message"] = "The requested project does not exist.";
Expand Down

0 comments on commit b8d160b

Please sign in to comment.